We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ad43 commit 3b474f1Copy full SHA for 3b474f1
kraken/__version__.py
@@ -1,3 +1,2 @@
1
-VERSION = (0, 5, 4, 1)
2
-
+VERSION = (0, 5, 4, 2)
3
__version__ = '.'.join(map(str, VERSION))
setup.py
@@ -131,11 +131,11 @@ def run(self):
131
install_requires=REQUIRED,
132
extras_require=EXTRAS,
133
include_package_data=True,
134
- license='GNU GPLv3',
+ license='GPLv3',
135
classifiers=[
136
# Trove classifiers
137
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
138
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
139
'Programming Language :: Python',
140
'Programming Language :: Python :: 3.7',
141
],
0 commit comments