Skip to content

Commit

Permalink
Prepare package for PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmart123 committed Oct 3, 2016
1 parent 661c1cb commit f3db57c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ def get_requirements(requirement_file):
url='https://github.com/portfoliome/foil',
author='Philip Martin',
author_email='[email protected]',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Data Engineers',
'Topic :: Software Development :: ETL utilities',
'Programming Language :: Python :: 3.5'
],
keywords='ETL finance generators processing',
install_requires=get_requirements('requirements.txt'),
extras_require={
'develop': get_requirements('requirements-dev.txt'),
Expand Down

0 comments on commit f3db57c

Please sign in to comment.