-recursive-include doc *.html *.css *.txt *.js *.jpg
+# any kind of "*" pulls in __init__.pyc files,
+# so all extensions are explicit.
+
+recursive-include doc *.html *.css *.txt *.js *.jpg *.py Makefile *.rst *.mako *.sty
+recursive-include examples *.py *.xml
+recursive-include test *.py *.dat
+
+# include the c extensions, which otherwise
+# don't come in if --with-cextensions isn't specified.
+recursive-include lib/ *.c *.txt
+
+include README* LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES*
prune doc/build/output
packages = find_packages('lib'),
package_dir = {'':'lib'},
license = "MIT License",
- setup_requires=["setuptools_hg"],
+
+ # TODO: this is nice, but Python 3 support ?
+ # any way to make it not install for build/install ?
+ #setup_requires=["setuptools_hg"],
+
tests_require = ['nose >= 0.11'],
test_suite = "nose.collector",
entry_points = {