Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: third_party/twisted_8_1/twisted/lore/topfiles/setup.py

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/twisted_8_1/twisted/lore/topfiles/README ('k') | third_party/twisted_8_1/twisted/lore/tree.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/twisted_8_1/twisted/lore/topfiles/setup.py
diff --git a/third_party/twisted_8_1/twisted/lore/topfiles/setup.py b/third_party/twisted_8_1/twisted/lore/topfiles/setup.py
deleted file mode 100644
index d6a906b7fd8694a2db4025637fff48d46e8084aa..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/lore/topfiles/setup.py
+++ /dev/null
@@ -1,27 +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="lore",
- scripts=dist.getScripts("lore"),
- # metadata
- name="Twisted Lore",
- description="Twisted documentation system",
- author="Twisted Matrix Laboratories",
- author_email="twisted-python@twistedmatrix.com",
- maintainer="Andrew Bennetts",
- maintainer_email="spiv@twistedmatrix.com",
- url="http://twistedmatrix.com/trac/wiki/TwistedLore",
- license="MIT",
- long_description="""\
-Twisted Lore is a documentation generator with HTML and LaTeX support,
-used in the Twisted project.
-""",
- )
« no previous file with comments | « third_party/twisted_8_1/twisted/lore/topfiles/README ('k') | third_party/twisted_8_1/twisted/lore/tree.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698