diff --git a/setup.py b/setup.py index 156b6c9..5211770 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,10 @@ from setuptools import setup, find_packages setup( name = "risk", version = "0.1", - packages = find_packages() + author = "Health Information Privacy Lab", + author_email = "steve.l.nyemba@vanderbilt.edu", + license = "MIT", + + packages = ['numpy','pandas'], + install_requires = ['numpy','pandas'] ) \ No newline at end of file