File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,25 @@ name = "pytorch-lantern"
3
3
version = " 0.0.0"
4
4
description = " Pytorch project template and related tools"
5
5
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
+ ]
7
25
packages = [
8
26
{ include = " lantern" },
9
27
]
You can’t perform that action at this time.
0 commit comments