Add classifiers
This commit is contained in:
parent
01b2c60141
commit
cbc46842dd
1 changed files with 13 additions and 1 deletions
14
setup.py
14
setup.py
|
@ -15,9 +15,21 @@ setuptools.setup(
|
||||||
url="https://git.eleves.ens.fr/klub-dev-ens/authens",
|
url="https://git.eleves.ens.fr/klub-dev-ens/authens",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Environment :: Web Environment",
|
||||||
|
"Framework :: Django",
|
||||||
|
"Framework :: Django :: 2.2",
|
||||||
|
"Framework :: Django :: 3.0",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"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",
|
||||||
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||||
],
|
],
|
||||||
python_requires=">=3.5",
|
python_requires=">=3.5",
|
||||||
install_requires=["Django>=2.2", "python-ldap>=3,<4", "python-cas>=1.5,<2"],
|
install_requires=["Django>=2.2", "python-ldap>=3,<4", "python-cas>=1.5,<2"],
|
||||||
|
|
Loading…
Reference in a new issue