diff --git a/src/setup.py b/src/setup.py deleted file mode 100644 index 26b7513..0000000 --- a/src/setup.py +++ /dev/null @@ -1,14 +0,0 @@ -from setuptools import setup, find_packages - -setup( - name = "deid", - version = "0.1", - author = "Steve L. Nyemba", - author_email = "steve@the-phi.com", - description = ("An demonstration of how to create, document, and publish " - "to the cheese shop a5 pypi.org."), - license = "BSD", - keywords = "example documentation tutorial", - url = "http://packages.python.org/an_example_pypi_project", - packages = find_packages() - )