Skip to content

Commit 74a06e5

Browse files
committed
Update setup.py for new release
1 parent d79ee12 commit 74a06e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
setup(
1010
name='django-etl-sync',
11-
version='0.3.2',
11+
version='0.3.3',
1212
packages=['etl_sync'],
1313
include_package_data=True,
1414
license='BSD License',
1515
description='Django ETL, derives rules from models, creates relations.',
1616
url='https://github.com/postfalk/django-etl-sync.git',
17-
download_url='https://github.com/postfalk/django-etl-sync/tarball/0.3.2',
17+
download_url='https://github.com/postfalk/django-etl-sync/tarball/0.3.3',
1818
author='Falk Schuetzenmeister',
1919
author_email='[email protected]',
2020
install_requires=['future', 'six', 'backports.csv'],
@@ -26,12 +26,13 @@
2626
'Framework :: Django :: 1.7',
2727
'Framework :: Django :: 1.8',
2828
'Framework :: Django :: 1.9',
29+
'Framework :: Django :: 2.0',
2930
'Intended Audience :: Developers',
3031
'License :: OSI Approved :: BSD License',
3132
'Operating System :: OS Independent',
3233
'Programming Language :: Python',
3334
'Programming Language :: Python :: 2.7',
34-
'Programming Language :: Python :: 3.4',
35+
'Programming Language :: Python :: 3.6',
3536
'Topic :: Internet :: WWW/HTTP',
3637
'Topic :: Internet :: WWW/HTTP :: Dynamic Content']
3738
)

0 commit comments

Comments
 (0)