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

Unified Diff: third_party/coverage-3.6/MANIFEST.in

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nitfixen Created 7 years, 7 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/coverage-3.6/CHANGES.txt ('k') | third_party/coverage-3.6/PKG-INFO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/coverage-3.6/MANIFEST.in
diff --git a/third_party/coverage-3.6/MANIFEST.in b/third_party/coverage-3.6/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..0150d90efc59b978494259a47398c039c75dd315
--- /dev/null
+++ b/third_party/coverage-3.6/MANIFEST.in
@@ -0,0 +1,16 @@
+# MANIFEST.in file for coverage.py
+recursive-include coverage/htmlfiles *
+recursive-include coverage/fullcoverage *
+
+include coverage.egg-info/*.*
+include setup.py
+include README.txt
+include CHANGES.txt
+include AUTHORS.txt
+include requirements.txt
+include igor.py
+include tox.ini
+
+recursive-include test *
+recursive-include doc *.rst
+global-exclude *.pyc
« no previous file with comments | « third_party/coverage-3.6/CHANGES.txt ('k') | third_party/coverage-3.6/PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698