diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-05-31 13:43:15 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-03 12:46:54 -0300 |
commit | a32149bb11fe5bba0b9c1b97774c7a62001ef901 (patch) | |
tree | 631a8d2fba19d56ba55e086126785e109cf0838d /MANIFEST.in | |
parent | b67dfe5dcb3c3407b091fb9904c085d27cd2435e (diff) |
Recursively include docs files and uncomment build/sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b9e3dd96..81418628 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ include pkg/* include docs/* +recursive-include docs api/* config/* dev/* man/* pkg/* testers/* user/* +prune docs/_build +prune docs/covhtml include versioneer.py include src/leap/util/reqs.txt |