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 54e86bf commit eeff7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
name="nflows",
version=__version__,
description="",
url="https://github.com/mackelab/nflows",
author="Conor Durkan, Artur Bekasov, George Papamakarios",
url="https://github.com/bayesiains/nflows",
author="Conor Durkan, Artur Bekasov, George Papamakarios, Iain Murray",
packages=find_packages(exclude=["tests"]),
license="GPLv3",
license="MIT",
install_requires=[
"matplotlib",
"numpy",
Expand Down

0 comments on commit eeff7a8

Please sign in to comment.