File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 12
12
name = "bayesian-torch" ,
13
13
packages = find_packages (),
14
14
version = "0.2.0" ,
15
- description = "Bayesian layers and utilities to perform stochastic variational inference in PyTorch" ,
16
-
15
+ description = "Bayesian-Torch: Bayesian neural network layers for uncertainty estimation" ,
16
+ author = "Intel Labs" ,
17
+ author_email = "[email protected] " ,
17
18
url = "https://github.com/IntelLabs/bayesian-torch" ,
18
19
long_description = long_desc ,
19
20
long_description_content_type = "text/markdown" ,
22
23
"Development Status :: 3 - Alpha" ,
23
24
"Intended Audience :: Developers" ,
24
25
"Intended Audience :: Science/Research" ,
25
- "Programming Language :: Python :: 3.7"
26
+ "Programming Language :: Python :: 3" ,
27
+ "Programming Language :: Python :: 3.7" ,
28
+ "Topic :: Scientific/Engineering" ,
29
+ "Topic :: Scientific/Engineering :: " + "Artificial Intelligence" ,
30
+ "Topic :: Software Development :: Libraries" ,
31
+ "Topic :: Software Development :: Libraries :: " + "Python Modules" ,
26
32
]
27
33
)
You can’t perform that action at this time.
0 commit comments