Index: third_party/twisted_8_1/twisted/news/topfiles/setup.py |
diff --git a/third_party/twisted_8_1/twisted/news/topfiles/setup.py b/third_party/twisted_8_1/twisted/news/topfiles/setup.py |
deleted file mode 100644 |
index 89646e9fdbb205c3c7b9ef57c52bbf45a8be9852..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/news/topfiles/setup.py |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
- |
-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="news", |
- # metadata |
- name="Twisted News", |
- description="Twisted News is an NNTP server and programming library.", |
- author="Twisted Matrix Laboratories", |
- author_email="twisted-python@twistedmatrix.com", |
- maintainer="Jp Calderone", |
- maintainer_email="exarkun@divmod.com", |
- url="http://twistedmatrix.com/trac/wiki/TwistedNews", |
- license="MIT", |
- long_description="""\ |
-Twisted News is an NNTP protocol (Usenet) programming library. The |
-library contains server and client protocol implementations. A simple |
-NNTP server is also provided. |
-""", |
- ) |
- |