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 9dc8470 commit 4ea9528Copy full SHA for 4ea9528
setup.py
@@ -1,7 +1,7 @@
1
import setuptools
2
3
__author__ = "Aashish Sharma"
4
-__license__ = "GPL-3"
+__license__ = "GPL-3.0"
5
__email__ = "[email protected]"
6
7
with open("README.md", "r") as rmd:
@@ -17,7 +17,7 @@
17
packages=setuptools.find_packages(),
18
classifiers=[
19
"Programming Language :: Python :: 3",
20
- "License :: OSI Approved :: GPL-3 license",
+ "License :: GPL-3.0 license",
21
"Operating System :: Linux"
22
]
23
)
0 commit comments