Skip to content

Commit ccaadfa

Browse files
Merge pull request #219 from wojtekwanczyk/wwojciec/release
fix license in setup
2 parents 67e9856 + d223cf7 commit ccaadfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
url="https://github.com/wojtekwanczyk/easy_manage",
2525
packages=setuptools.find_packages(),
2626
classifiers=[
27-
"Programming Language :: Python :: 3.6.8",
28-
"License :: OSI Approved :: MIT License",
27+
"Programming Language :: Python :: 3",
28+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2929
"Operating System :: OS Independent",
3030
],
3131
entry_points={

0 commit comments

Comments
 (0)