|
|
@ -5,9 +5,9 @@ from setuptools import setup, find_packages
|
|
|
|
|
|
|
|
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name = "risk",
|
|
|
|
name = "risk",
|
|
|
|
version = "0.1",
|
|
|
|
version = "0.8.1",
|
|
|
|
author = "Health Information Privacy Lab",
|
|
|
|
author = "Healthcare/IO - The Phi Technology LLC & Health Information Privacy Lab",
|
|
|
|
author_email = "steve.l.nyemba@vanderbilt.edu",
|
|
|
|
author_email = "info@the-phi.com",
|
|
|
|
license = "MIT",
|
|
|
|
license = "MIT",
|
|
|
|
packages=['risk'],
|
|
|
|
packages=['risk'],
|
|
|
|
install_requires = ['numpy','pandas']
|
|
|
|
install_requires = ['numpy','pandas']
|
|
|
|