Skip to content

Commit

Permalink
Django 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-kov committed Jun 15, 2018
1 parent ebb1df4 commit b9fdab5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

setup(
name='django-croppie',
version='1.2',
version='1.3',
packages=find_packages(),
license='MIT',
include_package_data=True,
description='Application for easy croppie.js integration to django',
author='Dima Kovalchuk',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/dima-kov/django-croppie',
download_url='https://github.com/dima-kov/django-croppie/archive/v1.2.tar.gz',
download_url='https://github.com/dima-kov/django-croppie/archive/v1.3.tar.gz',
keywords=[
'python', 'django', 'croppie', 'croppie.js',
'image-processing', 'image-cropping',
Expand All @@ -28,6 +28,7 @@
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b9fdab5

Please sign in to comment.