Skip to content

Commit 7b94648

Browse files
committed
Added OS
1 parent 33e973c commit 7b94648

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@
2121
"Environment :: Console",
2222
"Intended Audience :: Developers",
2323
"License :: Other/Proprietary License",
24+
"Operating System :: OS Independent",
2425
"Programming Language :: Python :: 3.7",
2526
"Programming Language :: Python :: 3.8",
2627
"Programming Language :: Python :: 3.9",
2728
"Programming Language :: Python :: 3.10",
2829
"Programming Language :: Python :: 3.11",
2930
"Topic :: Software Development :: Libraries :: Application Frameworks"
3031
],
31-
license="Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)",
32+
license=(
33+
"Creative Commons Attribution-NoDerivatives 4.0 International"
34+
),
3235
install_requires=["requests==2.30.0"],
3336
python_requires=">=3.7"
3437
)

0 commit comments

Comments
 (0)