From 593648db78c29a77a4c97afe4e1bccf809efacaa Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 5 Mar 2019 14:46:41 -0600 Subject: [PATCH] bug fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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