diff --git a/setup.py b/setup.py index af6b425..e9c9505 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,6 @@ setup( author = "Health Information Privacy Lab", author_email = "steve.l.nyemba@vanderbilt.edu", license = "MIT", - + packages=['risk'], install_requires = ['numpy','pandas'] ) \ No newline at end of file