Version 0.1b5
This commit is contained in:
parent
a5682f0674
commit
5e4d77a27b
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r") as file:
|
|||
|
||||
setuptools.setup(
|
||||
name="authens",
|
||||
version="0.1b4",
|
||||
version="0.1b5",
|
||||
author="Klub Dev ENS",
|
||||
author_email="klub-dev@ens.fr",
|
||||
description="CAS Authentication at the ENS",
|
||||
|
@ -19,16 +19,17 @@ setuptools.setup(
|
|||
"Environment :: Web Environment",
|
||||
"Framework :: Django",
|
||||
"Framework :: Django :: 2.2",
|
||||
"Framework :: Django :: 3.0",
|
||||
"Framework :: Django :: 3.1",
|
||||
"Framework :: Django :: 3.2",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue