浏览代码

housekeeping work

Steve Nyemba 2 年之前
父节点
当前提交
a2d4243f79
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. 0 14
      src/setup.py

+ 0 - 14
src/setup.py

@@ -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()
-    )