We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e973c commit 7b94648Copy full SHA for 7b94648
setup.py
@@ -21,14 +21,17 @@
21
"Environment :: Console",
22
"Intended Audience :: Developers",
23
"License :: Other/Proprietary License",
24
+ "Operating System :: OS Independent",
25
"Programming Language :: Python :: 3.7",
26
"Programming Language :: Python :: 3.8",
27
"Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
"Topic :: Software Development :: Libraries :: Application Frameworks"
31
],
- license="Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)",
32
+ license=(
33
+ "Creative Commons Attribution-NoDerivatives 4.0 International"
34
+ ),
35
install_requires=["requests==2.30.0"],
36
python_requires=">=3.7"
37
)
0 commit comments