File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 name = "bayesian-torch" ,
1313 packages = find_packages (),
1414 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] " ,
1718 url = "https://github.com/IntelLabs/bayesian-torch" ,
1819 long_description = long_desc ,
1920 long_description_content_type = "text/markdown" ,
2223 "Development Status :: 3 - Alpha" ,
2324 "Intended Audience :: Developers" ,
2425 "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" ,
2632 ]
2733)
You can’t perform that action at this time.
0 commit comments