File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "djangorestframework-sso" ,
18- version = "0.0.10 " ,
18+ version = "0.1.0 " ,
1919 packages = find_packages (exclude = ["tests" ]),
2020 include_package_data = True ,
2121 license = "MIT License" ,
2525 author = "Lenno Nagel" ,
26262727 classifiers = [
28- "Development Status :: 3 - Alpha " ,
28+ "Development Status :: 5 - Production/Stable " ,
2929 "Environment :: Web Environment" ,
3030 "Framework :: Django" ,
31- "Framework :: Django :: 1.9" ,
3231 "Intended Audience :: Developers" ,
3332 "License :: OSI Approved :: MIT License" ,
3433 "Operating System :: OS Independent" ,
3837 "Programming Language :: Python :: 3" ,
3938 "Programming Language :: Python :: 3.4" ,
4039 "Programming Language :: Python :: 3.5" ,
40+ "Programming Language :: Python :: 3.6" ,
4141 "Topic :: Internet :: WWW/HTTP" ,
4242 "Topic :: Internet :: WWW/HTTP :: Session" ,
4343 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments