Skip to content

Commit

Permalink
Add Django 1.9 and Python 3.5 trove classifier to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Apr 8, 2016
1 parent 1bebd43 commit d38ae8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def split(self, *args, **kw):
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand All @@ -67,6 +68,7 @@ def split(self, *args, **kw):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
packages = [
'autofixture',
Expand Down

0 comments on commit d38ae8f

Please sign in to comment.