Skip to content

Commit d223cf7

Browse files
committed
fix classifiers for package release
1 parent 67e9856 commit d223cf7

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
@@ -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)