Steve Nyemba 6 年之前
父节点
当前提交
593648db78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

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