Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ranganathkrishnan authored Jan 26, 2022
1 parent 7d20108 commit bdd262e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
)

0 comments on commit bdd262e

Please sign in to comment.