Skip to content

Commit

Permalink
long descrip
Browse files Browse the repository at this point in the history
  • Loading branch information
aamini committed Dec 9, 2020
1 parent d8def97 commit 4afc544
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@

from setuptools import setup, find_packages

with open('README.md') as readme_file:
readme = readme_file.read()

setup(
name="evidential_deep_learning",
version="0.2.0",
version="0.3.0",
packages=find_packages(),
description=
"Learn fast, scalable, and calibrated measures of uncertainty using neural networks!",
long_description=readme,
url="https://github.com/aamini/evidential-deep-learning",
download_url="https://github.com/aamini/evidential-deep-learning/archive/v0.2.0.tar.gz",
download_url="https://github.com/aamini/evidential-deep-learning/archive/v0.3.0.tar.gz",
author="Alexander Amini",
author_email="[email protected]",
license="Apache License 2.0",
Expand Down

0 comments on commit 4afc544

Please sign in to comment.