Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 19, 2019
1 parent 9c69bef commit 67ae687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE.txt
recursive-include tests *.py
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 67ae687

Please sign in to comment.