Skip to content

Commit 6de06cc

Browse files
committed
add some metadata
1 parent 39b6e66 commit 6de06cc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66

77
from setuptools import setup
88

9-
setup(name='pyro')
9+
setup(name='pyro',
10+
version='2.2.0',
11+
url='https://github.com/python-hydro/pyro2',
12+
license='BSD',
13+
install_requires=['numpy', 'numba', 'matplotlib', 'h5py'])
14+

0 commit comments

Comments
 (0)