Skip to content

Commit bdd262e

Browse files
Update setup.py
1 parent 7d20108 commit bdd262e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
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-
author = "[email protected]",
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",
@@ -22,6 +23,11 @@
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
)

0 commit comments

Comments
 (0)