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

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

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 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.7.1/CHANGES.txt ('k') | third_party/coverage-3.7.1/PKG-INFO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/coverage-3.7.1/MANIFEST.in
diff --git a/third_party/coverage-3.6/MANIFEST.in b/third_party/coverage-3.7.1/MANIFEST.in
similarity index 87%
rename from third_party/coverage-3.6/MANIFEST.in
rename to third_party/coverage-3.7.1/MANIFEST.in
index 0150d90efc59b978494259a47398c039c75dd315..722467452b92e4749e330775d53d99e0129c58e7 100644
--- a/third_party/coverage-3.6/MANIFEST.in
+++ b/third_party/coverage-3.7.1/MANIFEST.in
@@ -4,6 +4,7 @@ recursive-include coverage/fullcoverage *
include coverage.egg-info/*.*
include setup.py
+include __main__.py
include README.txt
include CHANGES.txt
include AUTHORS.txt
@@ -11,6 +12,6 @@ include requirements.txt
include igor.py
include tox.ini
-recursive-include test *
+recursive-include tests *
recursive-include doc *.rst
global-exclude *.pyc
« no previous file with comments | « third_party/coverage-3.7.1/CHANGES.txt ('k') | third_party/coverage-3.7.1/PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698