Cleanup MANIFEST
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 11 Jun 2008 20:15:15 +0000 (13:15 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 11 Jun 2008 20:15:15 +0000 (13:15 -0700)
MANIFEST.in
setup.py

index 8ecf47454291a66dd560cff32eab6814a26b8a89..30f4153764a308714d1a673c5380931916a6e703 100644 (file)
@@ -1,23 +1,24 @@
 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
 include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
 recursive-include .hg *
+include .hgignore .hgtags
 include setup.py
-include bin/cython
+include bin/cython bin/update_references
 include cython.py
 include Cython/Compiler/Lexicon.pickle
 include Doc/*
+
 include Demos/*.pyx
 include Demos/*.pxd
-include Demos/callback/*.pyx
-include Demos/callback/*.pxd
+include Demos/*.py
+include Demos/callback/*
+include Demos/embed/*
 include Demos/Setup.py
 include Demos/Makefile*
 include Tools/*
 recursive-include Includes *
-recursive-include tests *.pyx *.pxd *.pxi *.h
+recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
 include runtests.py
 
-include Cython/Compiler/Builtin.py
 include Cython/Mac/Makefile
 include Cython/Mac/_Filemodule_patched.c
-include Cython/Unix/*.py
index 1d6cb486aa3825c517ffae618b85229c4550f84e..93793e3ea786be93b5806ed042915155458452a4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,11 @@ setup(
     'Cython.Compiler',
     'Cython.Distutils',
     'Cython.Mac',
-    'Cython.Plex'
+    'Cython.Unix',
+    'Cython.Plex',
+
+    'Cython.Tests',
+    'Cython.Compiler.Tests',
     ],
   **setup_args
   )