Skip to content

Commit

Permalink
Add license to setup.py (ResidentMario#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuser1 committed Feb 10, 2020
1 parent 024a0e2 commit d575515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from setuptools import setup
setup(
name='missingno',
license='MIT License',
packages=['missingno'], # this must be the same as the name above
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
extras_require={'tests': ['pytest', 'pytest-mpl']},
Expand Down

0 comments on commit d575515

Please sign in to comment.