Steve Nyemba 6 years ago
parent
commit
593648db78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
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']
     )
     )