Skip to content

Commit 18cdf4d

Browse files
committed
Change license info in setup.py to GPLv3
1 parent 9989b24 commit 18cdf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def find_version(*file_paths):
5252
classifiers=[
5353
"Development Status :: 4 - Beta",
5454
"Intended Audience :: Developers",
55-
"License :: OSI Approved :: MIT License",
55+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
5656
"Programming Language :: Python :: 3",
5757
"Topic :: Software Development"
5858
]

0 commit comments

Comments
 (0)