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

Unified Diff: third_party/cython/src/MANIFEST.in

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 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/cython/src/LICENSE.txt ('k') | third_party/cython/src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cython/src/MANIFEST.in
diff --git a/third_party/cython/src/MANIFEST.in b/third_party/cython/src/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..0404b43c12116986c542f91df10b180752dea553
--- /dev/null
+++ b/third_party/cython/src/MANIFEST.in
@@ -0,0 +1,33 @@
+include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst
+include COPYING.txt LICENSE.txt Makefile
+include .gitrev
+include pylintrc
+include setup.py
+include setupegg.py
+include bin/*
+include cython.py
+include cygdb.py
+recursive-include Cython *.pyx *.pxd
+include Doc/*
+
+include Demos/*.pyx
+include Demos/*.py
+include Demos/callback/*
+include Demos/benchmarks/*
+include Demos/embed/*
+include Demos/freeze/*
+include Demos/libraries/*
+include Demos/Makefile*
+recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
+recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
+recursive-include Tools *
+recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
+recursive-include tests *_lib.cpp *.srctree
+recursive-include docs *
+include runtests.py
+
+include Cython/Debugger/Tests/cfuncs.c
+include Cython/Debugger/Tests/codefile
+
+recursive-include pyximport *.py
+include pyximport/PKG-INFO pyximport/README
« no previous file with comments | « third_party/cython/src/LICENSE.txt ('k') | third_party/cython/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698