From 67ae6877e6ed0d7bce2b22df5e0cb89b6839baa1 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 19 Nov 2019 13:34:45 -0500 Subject: [PATCH] meta --- MANIFEST.in | 2 ++ setup.cfg | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b045d80 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include LICENSE.txt +recursive-include tests *.py diff --git a/setup.cfg b/setup.cfg index 2c3ceb2..580150e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ name = pylineclip version = 1.0.0 description = Line clipping: Cohen-Sutherland author = Michael Hirsch, Ph.D. +author_email = scivision@users.noreply.github.com url = https://github.com/scivision/lineclipping-python-fortran keywords = line clipping @@ -30,6 +31,8 @@ python_requires = >= 3.5 include_package_data = True zip_safe = False packages = find: +scripts = + DemoLineclip.py install_requires = [options.extras_require]