Index: third_party/twisted_8_1/twisted/flow/topfiles/setup.py |
diff --git a/third_party/twisted_8_1/twisted/flow/topfiles/setup.py b/third_party/twisted_8_1/twisted/flow/topfiles/setup.py |
deleted file mode 100644 |
index e319eab72e584f6db3ba8d53494787484f0ab267..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/flow/topfiles/setup.py |
+++ /dev/null |
@@ -1,26 +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="flow", |
- # metadata |
- name="Twisted Flow", |
- description="A Twisted concurrency programming library.", |
- author="Twisted Matrix Laboratories", |
- author_email="twisted-python@twistedmatrix.com", |
- maintainer="Clark Evans", |
- maintainer_email="cce@twistedmatrix.com", |
- url="http://twistedmatrix.com/trac/wiki/TwistedFlow", |
- license="MIT", |
- long_description="""\ |
-Twisted Flow aims to make asynchronous programming a easier, |
-using python generators. |
-""", |
- ) |