Skip to content

Commit

Permalink
Needed to include LICENSE and README
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jun 9, 2019
1 parent 20e6e57 commit 2b7f3a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions METADATA.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ def readme():

setup(
name='meander',
version='0.0.2',
version='0.0.3',
description='Tools for computing contours on 2d surfaces.',
long_description=readme(),
url='https://github.com/austinschneider/meander',
author='Austin Schneider',
author_email='austin.schneider@icecube.wisc.edu',
license='LGPL-3.0',
packages=['meander'],
zip_safe=True
zip_safe=True,
)

0 comments on commit 2b7f3a6

Please sign in to comment.