Skip to content

Commit 54a645f

Browse files
committed
doc: include pypi-friendly metadata in pyproject.toml
1 parent 79979c2 commit 54a645f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@ name = "pytorch-lantern"
33
version = "0.0.0"
44
description = "Pytorch project template and related tools"
55
authors = ["Aiwizo"]
6-
license = "Apache 2"
6+
license = "Apache-2.0"
7+
readme = "README.rst"
8+
repository = "https://github.com/Aiwizo/pytorch-lantern"
9+
documentation = "https://pytorch-lantern.readthedocs.io"
10+
keywords = [
11+
"pytorch",
12+
"machine",
13+
"learning"
14+
]
15+
# some classifiers are added automatically, see https://python-poetry.org/docs/pyproject/#classifiers
16+
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"
24+
]
725
packages = [
826
{ include = "lantern" },
927
]

0 commit comments

Comments
 (0)