bug fix
This commit is contained in:
parent
ee59d223af
commit
593648db78
2
setup.py
2
setup.py
|
@ -9,6 +9,6 @@ setup(
|
||||||
author = "Health Information Privacy Lab",
|
author = "Health Information Privacy Lab",
|
||||||
author_email = "steve.l.nyemba@vanderbilt.edu",
|
author_email = "steve.l.nyemba@vanderbilt.edu",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
|
packages=['risk'],
|
||||||
install_requires = ['numpy','pandas']
|
install_requires = ['numpy','pandas']
|
||||||
)
|
)
|
Loading…
Reference in New Issue