Skip to content

Commit

Permalink
added gitignore and updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangwenWang committed Jul 3, 2020
1 parent 85e870f commit 346847c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build/*
dist/*
correlation.egg-info/*
conda_recipes/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
author_email='[email protected]',
url='https://github.com/XiangwenWang/correlation',
keywords='correlation, confidence interval',
packages=['correlation'],
py_modules=['correlation'],
scripts=['correlation.py'],
install_requires=['numpy', 'scipy'],
license="BSD 2-Clause License",
zip_safe=True,
Expand Down

0 comments on commit 346847c

Please sign in to comment.