diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-05-01 12:57:13 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-05-01 12:57:13 -0400 |
| commit | e23877edcbddde78ed56ca8e824520b8ab6af0b5 (patch) | |
| tree | ae13a341a33b293eb3fdf06f7e09c2598dc34691 | |
| parent | c4abbd84e7fc76d0e289f470ee746706bd8b6f1d (diff) | |
| download | external_python_mako-e23877edcbddde78ed56ca8e824520b8ab6af0b5.tar.gz external_python_mako-e23877edcbddde78ed56ca8e824520b8ab6af0b5.tar.bz2 external_python_mako-e23877edcbddde78ed56ca8e824520b8ab6af0b5.zip | |
updates to setup for mercurial
| -rw-r--r-- | MANIFEST.in | 13 | ||||
| -rw-r--r-- | setup.cfg | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2388551..e33776a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,12 @@ -include doc/*.html +# any kind of "*" pulls in __init__.pyc files, +# so all extensions are explicit. + +recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty autohandler +recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl +recursive-include test *.py *.dat + +include README* LICENSE distribute_setup.py ez_setup.py CHANGES* + +# when we go to sphinx +#prune doc/build/output + @@ -1,3 +1,2 @@ [egg_info] tag_build = dev -tag_svn_revision = true |
