Skip to content

Commit 5e2f550

Browse files
stesMMathisLab
andauthored
Update setup.cfg license classifier (#119)
* Change license classifier to Apache * reset version * Update setup.cfg - up to Beta --------- Co-authored-by: Mackenzie Mathis <[email protected]>
1 parent 02e43f7 commit 5e2f550

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ url = https://github.com/AdaptiveMotorControlLab/CEBRA
1212
project_urls =
1313
Bug Tracker = https://github.com/AdaptiveMotorControlLab/CEBRA/issues
1414
classifiers =
15-
Development Status :: 3 - Alpha
15+
Development Status :: 4 - Beta
1616
Environment :: GPU :: NVIDIA CUDA
1717
Intended Audience :: Science/Research
1818
Operating System :: OS Independent
1919
Programming Language :: Python :: 3
2020
Topic :: Scientific/Engineering :: Artificial Intelligence
21-
License :: Free for non-commercial use
21+
# NOTE(stes): Upgrade according to https://github.com/pypa/trove-classifiers/issues/17#issuecomment-385027197
22+
# once the new classifiers are published
23+
License :: OSI Approved :: Apache Software License
24+
2225

2326
[options]
2427
packages = find:

0 commit comments

Comments
 (0)