Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malneni authored Nov 11, 2019
1 parent adaf9a2 commit e53ccc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ def readme():
author_email='[email protected]',
license='MIT',
py_modules = ['pdext'],
classifiers=["Programming Language :: Python :: 3.7"],
keywords = ['pandas', 'Split Columns', 'Multiple Rows'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7'],
zip_safe=False,
)

0 comments on commit e53ccc3

Please sign in to comment.