summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 14:29:15 +0200
committerJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 14:29:15 +0200
commit2e28635b0b412fd921ec5245ad30987dfefe98e3 (patch)
tree231adbaa006c88ddb50ae5fdfab6b5db01d91077 /MANIFEST.in
parent1446011168402cb1afb3b22f3c30100622e8e392 (diff)
downloadsqalchemy-migrate-2e28635b0b412fd921ec5245ad30987dfefe98e3.tar.gz
start next development iteration
- update version numbers in setup.py and docs/conf.py - exclude docs/_build recursively in MANIFEST.in - update docs/changelog.rst
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f1910ec..0f1c471 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,3 +4,4 @@ recursive-include migrate *
recursive-include tests *
global-exclude *pyc
exclude .hgtags
+recursive-exclude docs/_build *