Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 3, 2021
1 parent 4fec860 commit 68b1b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
setup(
name='missingno',
license='MIT License',
packages=['missingno'], # this must be the same as the name above
packages=['missingno'], # this must be the same as the name above
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
extras_require={'tests': ['pytest', 'pytest-mpl']},
py_modules=['missingno'],
version='0.4.2', # note to self: also update the one is the source!
version='0.4.3', # note to self: also update the one is the source!
description='Missing data visualization module for Python.',
author='Aleksey Bilogur',
author_email='aleksey.bilogur@gmail.com',
url='https://github.com/ResidentMario/missingno',
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.2',
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.3',
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
'jupyter'],
classifiers=[]
Expand Down

0 comments on commit 68b1b9a

Please sign in to comment.