Skip to content

Commit 67ae687

Browse files
committed
meta
1 parent 9c69bef commit 67ae687

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE.txt
2+
recursive-include tests *.py

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = pylineclip
33
version = 1.0.0
44
description = Line clipping: Cohen-Sutherland
55
author = Michael Hirsch, Ph.D.
6+
author_email = scivision@users.noreply.github.com
67
url = https://github.com/scivision/lineclipping-python-fortran
78
keywords =
89
line clipping
@@ -30,6 +31,8 @@ python_requires = >= 3.5
3031
include_package_data = True
3132
zip_safe = False
3233
packages = find:
34+
scripts =
35+
DemoLineclip.py
3336
install_requires =
3437

3538
[options.extras_require]

0 commit comments

Comments
 (0)