Steve Nyemba 6 năm trước cách đây
mục cha
commit
593648db78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']
     )