Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
postfalk committed Nov 1, 2017
1 parent 911076b commit 3507038
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

setup(
name='django-etl-sync',
version='0.3.1',
version='0.3.2',
packages=['etl_sync'],
include_package_data=True,
license='BSD License',
description='Django ETL, derives rules from models, creates relations.',
url='https://github.com/postfalk/django-etl-sync.git',
download_url='https://github.com/postfalk/django-etl-sync/tarball/0.3.1',
download_url='https://github.com/postfalk/django-etl-sync/tarball/0.3.2',
author='Falk Schuetzenmeister',
author_email='schuetzenmeister@berkeley.edu',
install_requires=['future', 'six', 'backports.csv'],
Expand All @@ -30,9 +30,8 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content']
)

0 comments on commit 3507038

Please sign in to comment.