Skip to content

Commit

Permalink
changed license in setup.py; updated license on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Nov 9, 2022
1 parent c00ad43 commit 3b474f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kraken/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
VERSION = (0, 5, 4, 1)

VERSION = (0, 5, 4, 2)
__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ def run(self):
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
license='GNU GPLv3',
license='GPLv3',
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
],
Expand Down

0 comments on commit 3b474f1

Please sign in to comment.