Skip to content

Commit

Permalink
update setup.py file for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dchukhin committed Jan 14, 2018
1 parent a24a858 commit 5a34807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -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',
],
Expand Down

0 comments on commit 5a34807

Please # to comment.