Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov authored Jun 9, 2020
1 parent eeff7a8 commit 278c81b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
setup(
name="nflows",
version=__version__,
description="",
description="Normalizing flows in PyTorch.",
url="https://github.com/bayesiains/nflows",
download_url = 'https://github.com/bayesiains/nflows/archive/v_011.tar.gz'
author="Conor Durkan, Artur Bekasov, George Papamakarios, Iain Murray",
packages=find_packages(exclude=["tests"]),
license="MIT",
Expand Down

0 comments on commit 278c81b

Please sign in to comment.