Skip to content

Commit

Permalink
version bump and python3 marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 5, 2015
1 parent 650005f commit a17218e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-djangui',
version='0.2.6.dev0',
version='0.2.6',
packages=find_packages(),
scripts=['scripts/djanguify.py'],
install_requires = ['Django>=1.6', 'django-autoslug', 'django-celery', 'six'],
Expand All @@ -26,8 +26,10 @@
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python',
# Replace these appropriately if you are stuck on Python 2.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit a17218e

Please sign in to comment.