We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e43f7 commit 5e2f550Copy full SHA for 5e2f550
1 file changed
setup.cfg
@@ -12,13 +12,16 @@ url = https://github.com/AdaptiveMotorControlLab/CEBRA
12
project_urls =
13
Bug Tracker = https://github.com/AdaptiveMotorControlLab/CEBRA/issues
14
classifiers =
15
- Development Status :: 3 - Alpha
+ Development Status :: 4 - Beta
16
Environment :: GPU :: NVIDIA CUDA
17
Intended Audience :: Science/Research
18
Operating System :: OS Independent
19
Programming Language :: Python :: 3
20
Topic :: Scientific/Engineering :: Artificial Intelligence
21
- License :: Free for non-commercial use
+ # 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
+
25
26
[options]
27
packages = find:
0 commit comments