We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395f7aa commit da8f8e9Copy full SHA for da8f8e9
1 file changed
setup.cfg
@@ -6,6 +6,7 @@ author_email = [email protected], [email protected]
6
description = Consistent Embeddings of high-dimensional Recordings using Auxiliary variables
7
long_description = file: README.md
8
long_description_content_type = text/markdown
9
+license = Apache-2.0
10
license_files = LICENSE.md
11
license_file_type = text/markdown
12
url = https://github.com/AdaptiveMotorControlLab/CEBRA
@@ -18,9 +19,6 @@ classifiers =
18
19
Operating System :: OS Independent
20
Programming Language :: Python :: 3
21
Topic :: Scientific/Engineering :: Artificial Intelligence
- # 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]
0 commit comments