We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69bef commit 67ae687Copy full SHA for 67ae687
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include LICENSE.txt
2
+recursive-include tests *.py
setup.cfg
@@ -3,6 +3,7 @@ name = pylineclip
3
version = 1.0.0
4
description = Line clipping: Cohen-Sutherland
5
author = Michael Hirsch, Ph.D.
6
+author_email = scivision@users.noreply.github.com
7
url = https://github.com/scivision/lineclipping-python-fortran
8
keywords =
9
line clipping
@@ -30,6 +31,8 @@ python_requires = >= 3.5
30
31
include_package_data = True
32
zip_safe = False
33
packages = find:
34
+scripts =
35
+ DemoLineclip.py
36
install_requires =
37
38
[options.extras_require]
0 commit comments