File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4040MAINTAINER_EMAIL = "[email protected] " 4141URL = "https://uts-caslab.github.io/hyperbox-brain/"
4242DOWNLOAD_URL = "https://pypi.org/project/hyperbox-brain/#files"
43- LICENSE = "GPL-3.0 "
43+ LICENSE = "GPLv3 "
4444PROJECT_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" ,
You can’t perform that action at this time.
0 commit comments