Skip to content

Commit 3fc52de

Browse files
committed
doc: add pypi classifiers
the ones related to programming language or license are automatically added by poetry
1 parent 54a645f commit 3fc52de

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

pyproject.toml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ readme = "README.rst"
88
repository = "https://github.com/Aiwizo/pytorch-lantern"
99
documentation = "https://pytorch-lantern.readthedocs.io"
1010
keywords = [
11-
"pytorch",
12-
"machine",
13-
"learning"
11+
"pytorch",
12+
"machine",
13+
"learning"
1414
]
1515
# some classifiers are added automatically, see https://python-poetry.org/docs/pyproject/#classifiers
1616
classifiers = [
17-
"Intended Audience :: Developers",
18-
"Intended Audience :: Science/Research",
19-
"Topic :: Scientific/Engineering",
20-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
21-
"Topic :: Software Development",
22-
"Topic :: Software Development :: Libraries",
23-
"Topic :: Software Development :: Libraries :: Python Modules"
17+
"Development Status :: 3 - Alpha",
18+
"Environment :: Other Environment",
19+
"License :: OSI Approved :: Apache Software License",
20+
"Operating System :: OS Independent",
21+
"Intended Audience :: Developers",
22+
"Intended Audience :: Science/Research",
23+
"Topic :: Scientific/Engineering",
24+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
25+
"Topic :: Software Development",
26+
"Topic :: Software Development :: Libraries",
27+
"Topic :: Software Development :: Libraries :: Python Modules"
2428
]
2529
packages = [
2630
{ include = "lantern" },

0 commit comments

Comments
 (0)