diff --git a/MANIFEST.in b/MANIFEST.in index 011f0e5d6a..7ff976161e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include AUTHORS +include babel.cfg include ChangeLog include LICENSE include HACKING.rst @@ -11,10 +12,11 @@ include setup.py include TODO include tox.ini include etc/* +include httpd/* graft bin graft doc graft tests graft tools graft examples -recursive-include keystone *.json *.xml *.cfg *.pem README +recursive-include keystone *.json *.xml *.cfg *.pem README *.pot *.sql global-exclude *.pyc *.sdx *.log *.db *.swp