| Index: third_party/twisted_8_1/twisted/pair/topfiles/setup.py
|
| diff --git a/third_party/twisted_8_1/twisted/pair/topfiles/setup.py b/third_party/twisted_8_1/twisted/pair/topfiles/setup.py
|
| deleted file mode 100644
|
| index a7ad2db9e5dd6cd29b6c232ceff7d33818e93f24..0000000000000000000000000000000000000000
|
| --- a/third_party/twisted_8_1/twisted/pair/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="pair",
|
| - # metadata
|
| - name="Twisted Pair",
|
| - description="Twisted Pair contains low-level networking support.",
|
| - author="Twisted Matrix Laboratories",
|
| - author_email="twisted-python@twistedmatrix.com",
|
| - maintainer="Tommi Virtanen",
|
| - maintainer_email="tv@twistedmatrix.com",
|
| - url="http://twistedmatrix.com/trac/wiki/TwistedPair",
|
| - license="MIT",
|
| - long_description="""
|
| -Raw network packet parsing routines, including ethernet, IP and UDP
|
| -packets, and tuntap support.
|
| -""",
|
| - )
|
|
|