Skip to content

Commit

Permalink
setup | update
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelanghinrichs committed May 22, 2021
1 parent 4e5ace5 commit dcc98ad
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 @@ -27,8 +27,9 @@ def read(filename):
long_description=read("README.rst"),
long_description_content_type="text/markdown",

include_package_data=True,
packages=find_packages(exclude=('tests',)),

# package dependendies
install_requires=['numpy>=1.16.5', 'sympy>=1.3', 'networkx>=2.2',
'scipy>=1.0.0', 'corner>=2.0.1', 'dynesty>=0.9',
Expand Down

0 comments on commit dcc98ad

Please sign in to comment.