diff --git a/setup.py b/setup.py index 2725e4c..e3851c8 100644 --- a/setup.py +++ b/setup.py @@ -9,15 +9,15 @@ setup( name='django-optimized-image', - version='0.0.2', + version='0.1.0', packages=find_packages(), include_package_data=True, license='BSD License', description='A simple Django app that allows for optimization of images.', long_description=README, install_requires=['tinify'], - url='https://github.com/dchukhin/django_tinypng', - download_url='https://github.com/dchukhin/django_tinypng/tarball/0.0.2', + url='https://github.com/dchukhin/django_optimized_image', + download_url='https://github.com/dchukhin/django_optimized_image/tarball/0.1.0', author='Dmitriy Chukhin', author_email='dchukhin@caktusgroup.com', keywords=['django', 'image', 'optimize', 'imagefield'], @@ -29,8 +29,8 @@ 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],