We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e7ada commit c9c5ba0Copy full SHA for c9c5ba0
setup.py
@@ -38,6 +38,9 @@
38
"Programming Language :: Python :: 3.6",
39
"Programming Language :: Python :: 3.7",
40
"Programming Language :: Python :: 3.8",
41
+ "Programming Language :: Python :: 3.9",
42
+ "Programming Language :: Python :: 3.10",
43
+ "Programming Language :: Python :: 3.11",
44
],
45
entry_points={
46
"console_scripts": ["satosa-saml-metadata=satosa.scripts.satosa_saml_metadata:construct_saml_metadata"]
0 commit comments