Skip to content

Commit 4ea9528

Browse files
Updated setup.py again
1 parent 9dc8470 commit 4ea9528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
__author__ = "Aashish Sharma"
4-
__license__ = "GPL-3"
4+
__license__ = "GPL-3.0"
55
__email__ = "[email protected]"
66

77
with open("README.md", "r") as rmd:
@@ -17,7 +17,7 @@
1717
packages=setuptools.find_packages(),
1818
classifiers=[
1919
"Programming Language :: Python :: 3",
20-
"License :: OSI Approved :: GPL-3 license",
20+
"License :: GPL-3.0 license",
2121
"Operating System :: Linux"
2222
]
2323
)

0 commit comments

Comments
 (0)