@@ -8,19 +8,23 @@ readme = "README.rst"
8
8
repository = " https://github.com/Aiwizo/pytorch-lantern"
9
9
documentation = " https://pytorch-lantern.readthedocs.io"
10
10
keywords = [
11
- " pytorch" ,
12
- " machine" ,
13
- " learning"
11
+ " pytorch" ,
12
+ " machine" ,
13
+ " learning"
14
14
]
15
15
# some classifiers are added automatically, see https://python-poetry.org/docs/pyproject/#classifiers
16
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"
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"
24
28
]
25
29
packages = [
26
30
{ include = " lantern" },
0 commit comments