Skip to content

Commit

Permalink
Merge pull request #59 from mdbartos/development
Browse files Browse the repository at this point in the history
Add LICENSE to pypi package
  • Loading branch information
mdbartos committed Jan 12, 2019
2 parents 9cd6a78 + 46d589c commit 6f34317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include README.md
include LICENSE
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -9,6 +9,7 @@
author_email='mdbartos@umich.edu',
url='http://open-storm.org',
packages=["pysheds"],
include_package_data = True,
install_requires=[
'numpy',
'pandas',
Expand Down

0 comments on commit 6f34317

Please sign in to comment.