diff options
author | Adolfo Fitoria <adolfo.fitoria@gmail.com> | 2011-10-10 22:21:49 -0300 |
---|---|---|
committer | Adolfo Fitoria <adolfo.fitoria@gmail.com> | 2011-10-10 22:21:49 -0300 |
commit | f93a95aa2378cce58c44d06fbd169099ce6f1630 (patch) | |
tree | 1c2630c930c23ceb5a06fc93f54c0e449f303543 /MANIFEST.in | |
parent | 5d670774fbcf041e75b19f4ff9fe9ac04b1f0d67 (diff) | |
parent | 2878e98e6f9ff68d270e88aaace3e70adc4903b9 (diff) | |
download | askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.tar.gz askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.tar.bz2 askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.zip |
Merge branch 'master' into new-template
Conflicts:
askbot/locale/es/LC_MESSAGES/django.po
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7d503fb7..72c4fd65 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,11 +11,13 @@ recursive-exclude .git prune dist prune tmp prune build +exclude db exclude lint exclude settings.py exclude manage.py exclude __init__.py exclude urls.py +exclude rebuild-locales.pl exclude askbot/upfiles/*.* exclude askbot/upfiles/avatars/* recursive-exclude askbot/doc/build/* @@ -26,4 +28,3 @@ recursive-exclude categories * recursive-exclude follow * recursive-exclude env * recursive-exclude .tox -exclude db |