summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2008-11-10 11:04:30 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2008-11-10 11:04:30 -0800
commit97779d4c7a58733a425b377a00bb73661262f4af (patch)
treea058f5583afec1538916a902f8b8695eae1016ee /MANIFEST.in
parent6a00f8c1260e0ecdfc083b6c5bbe20ddef28f575 (diff)
downloadcython-97779d4c7a58733a425b377a00bb73661262f4af.tar.gz
Cleanup manifest, auxiliary files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04125961b..5389e238e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,16 +1,15 @@
-include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
-include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
+include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
+include COPYING.txt LICENSE.txt Makefile
recursive-include .hg *
include .hgignore .hgtags
include setup.py
-include bin/cython bin/update_references
+include bin/cython
include cython.py
include Cython/Compiler/Lexicon.pickle
include Cython/Includes/*.pxd
include Doc/*
include Demos/*.pyx
-include Demos/*.pxd
include Demos/*.py
include Demos/callback/*
include Demos/embed/*