Skip to content

Commit

Permalink
FIX: setup.py classifiers for PYPI upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmart123 committed Oct 3, 2016
1 parent f3db57c commit 6ba6740
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ def get_requirements(requirement_file):
author_email='[email protected]',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Data Engineers',
'Topic :: Software Development :: ETL utilities',
'Programming Language :: Python :: 3.5'
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities',
],
keywords='ETL finance generators processing',
install_requires=get_requirements('requirements.txt'),
Expand Down

0 comments on commit 6ba6740

Please sign in to comment.