Skip to content

Commit 3b474f1

Browse files
changed license in setup.py; updated license on PyPI
1 parent c00ad43 commit 3b474f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

kraken/__version__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
VERSION = (0, 5, 4, 1)
2-
1+
VERSION = (0, 5, 4, 2)
32
__version__ = '.'.join(map(str, VERSION))

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ def run(self):
131131
install_requires=REQUIRED,
132132
extras_require=EXTRAS,
133133
include_package_data=True,
134-
license='GNU GPLv3',
134+
license='GPLv3',
135135
classifiers=[
136136
# Trove classifiers
137137
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
138-
'License :: OSI Approved :: MIT License',
138+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
139139
'Programming Language :: Python',
140140
'Programming Language :: Python :: 3.7',
141141
],

0 commit comments

Comments
 (0)