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

Unified Diff: third_party/pycoverage/MANIFEST.in

Issue 727003004: Add python coverage module to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/pycoverage/LICENSE ('k') | third_party/pycoverage/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pycoverage/MANIFEST.in
diff --git a/third_party/pycoverage/MANIFEST.in b/third_party/pycoverage/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..722467452b92e4749e330775d53d99e0129c58e7
--- /dev/null
+++ b/third_party/pycoverage/MANIFEST.in
@@ -0,0 +1,17 @@
+# MANIFEST.in file for coverage.py
+recursive-include coverage/htmlfiles *
+recursive-include coverage/fullcoverage *
+
+include coverage.egg-info/*.*
+include setup.py
+include __main__.py
+include README.txt
+include CHANGES.txt
+include AUTHORS.txt
+include requirements.txt
+include igor.py
+include tox.ini
+
+recursive-include tests *
+recursive-include doc *.rst
+global-exclude *.pyc
« no previous file with comments | « third_party/pycoverage/LICENSE ('k') | third_party/pycoverage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698