Skip to content

Commit 2445be3

Browse files
authored
Merge pull request #88 from python-hydro/metadata
add some metadata
2 parents 00213f2 + 6de06cc commit 2445be3

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)