Skip to content

Commit

Permalink
Add metadata to setup.py (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo authored and martinjankowiak committed Nov 3, 2017
1 parent 4ba6088 commit 76898a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
version='0.0.1',
description='A Python library for probabilistic modeling and inference',
packages=find_packages(exclude=('tests*',)),
url='http://pyro.ai',
author='Uber AI Labs',
author_email='[email protected]',
install_requires=[
'numpy>=1.7',
'scipy>=0.19.0',
Expand Down

0 comments on commit 76898a9

Please sign in to comment.