-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d20108
commit bdd262e
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,9 @@ | |
name = "bayesian-torch", | ||
packages = find_packages(), | ||
version = "0.2.0", | ||
description = "Bayesian layers and utilities to perform stochastic variational inference in PyTorch", | ||
author = "[email protected]", | ||
description = "Bayesian-Torch: Bayesian neural network layers for uncertainty estimation", | ||
author = "Intel Labs", | ||
author_email = "[email protected]", | ||
url = "https://github.com/IntelLabs/bayesian-torch", | ||
long_description = long_desc, | ||
long_description_content_type = "text/markdown", | ||
|
@@ -22,6 +23,11 @@ | |
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Science/Research", | ||
"Programming Language :: Python :: 3.7" | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: " + "Artificial Intelligence", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Software Development :: Libraries :: " + "Python Modules", | ||
] | ||
) |