This commit is contained in:
Steve Nyemba 2019-03-05 14:46:41 -06:00
parent ee59d223af
commit 593648db78
1 changed files with 1 additions and 1 deletions

View File

@ -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']
) )