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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/cython/src/LICENSE.txt ('k') | third_party/cython/src/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst
2 include COPYING.txt LICENSE.txt Makefile
3 include .gitrev
4 include pylintrc
5 include setup.py
6 include setupegg.py
7 include bin/*
8 include cython.py
9 include cygdb.py
10 recursive-include Cython *.pyx *.pxd
11 include Doc/*
12
13 include Demos/*.pyx
14 include Demos/*.py
15 include Demos/callback/*
16 include Demos/benchmarks/*
17 include Demos/embed/*
18 include Demos/freeze/*
19 include Demos/libraries/*
20 include Demos/Makefile*
21 recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
22 recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
23 recursive-include Tools *
24 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
25 recursive-include tests *_lib.cpp *.srctree
26 recursive-include docs *
27 include runtests.py
28
29 include Cython/Debugger/Tests/cfuncs.c
30 include Cython/Debugger/Tests/codefile
31
32 recursive-include pyximport *.py
33 include pyximport/PKG-INFO pyximport/README
OLDNEW
« 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