Mercurial > moin > 1.9
changeset 3588:cd2f895a534a
update MANIFEST.in: new standalone server files, remove exlude for arch/tla (we don't use it any more since long)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 12 May 2008 16:52:01 +0200 |
parents | 1acfce5064d2 |
children | fde54141253d |
files | MANIFEST.in |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Mon May 12 14:47:05 2008 +0200 +++ b/MANIFEST.in Mon May 12 16:52:01 2008 +0200 @@ -5,7 +5,7 @@ # additional files not known by setup.py include README MANIFEST.in setup.cfg moin.spec -include moin.py wikiconfig.py +include wikiserver.py wikiserverconfig.py wikiserverlogging.conf wikiconfig.py # documentation and licenses recursive-include docs * @@ -24,11 +24,10 @@ recursive-include wiki * # omit revision control, python bytecode +global-exclude *.pyc +global-exclude *.pyo global-exclude */CVS/* global-exclude */.cvsignore -global-exclude */.arch-ids/* -global-exclude *.pyc -global-exclude *.pyo # we distribute a uncompressed version, no need for that: global-exclude underlay.tar