Index: third_party/twisted_8_1/twisted/web/topfiles/setup.py |
diff --git a/third_party/twisted_8_1/twisted/web/topfiles/setup.py b/third_party/twisted_8_1/twisted/web/topfiles/setup.py |
deleted file mode 100644 |
index f1450bf1bec2ba0c423849e9caafc65b94b20cd2..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/web/topfiles/setup.py |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-import sys |
- |
-try: |
- from twisted.python import dist |
-except ImportError: |
- raise SystemExit("twisted.python.dist module not found. Make sure you " |
- "have installed the Twisted core package before " |
- "attempting to install any other Twisted projects.") |
- |
-if __name__ == '__main__': |
- dist.setup( |
- twisted_subproject="web", |
- scripts=dist.getScripts("web"), |
- # metadata |
- name="Twisted Web", |
- description="Twisted web server, programmable in Python.", |
- author="Twisted Matrix Laboratories", |
- author_email="twisted-python@twistedmatrix.com", |
- maintainer="James Knight", |
- maintainer_email="foom@fuhm.net", |
- url="http://twistedmatrix.com/trac/wiki/TwistedWeb", |
- license="MIT", |
- long_description="""\ |
-Twisted Web is a complete web server, aimed at hosting web |
-applications using Twisted and Python, but fully able to serve static |
-pages, also. |
-""", |
- ) |