Support Django 1.9 release

This commit is contained in:
medmunds
2015-12-02 16:59:34 -08:00
parent 02641b0959
commit 265c7460e0
4 changed files with 11 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django",