Skip to content

Commit 3bd2d01

Browse files
committed
Make license consistent
1 parent 70525f4 commit 3bd2d01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hbbrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
4343
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
4444
#
45-
__version__ = "0.1.2"
45+
__version__ = "0.1.3"
4646

4747

4848
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
MAINTAINER_EMAIL = "[email protected]"
4141
URL = "https://uts-caslab.github.io/hyperbox-brain/"
4242
DOWNLOAD_URL = "https://pypi.org/project/hyperbox-brain/#files"
43-
LICENSE = "GPL-3.0"
43+
LICENSE = "GPLv3"
4444
PROJECT_URLS = {
4545
"Bug Tracker": "https://github.com/UTS-CASLab/hyperbox-brain/issues",
4646
"Documentation": "https://hyperbox-brain.readthedocs.io/en/stable/",
@@ -212,7 +212,7 @@ def setup_package():
212212
classifiers=[
213213
"Intended Audience :: Science/Research",
214214
"Intended Audience :: Developers",
215-
"License :: OSI Approved",
215+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
216216
"Programming Language :: Python",
217217
"Topic :: Software Development",
218218
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)