Adding missing files to MANIFEST.in

Fix MANIFEST.in to include files missing from generated tarballs.
Fixes bug 1037010.

Change-Id: I33a911e77cc364e761de0c45de7046eca58797b1
This commit is contained in:
Thierry Carrez 2012-08-15 11:16:08 +02:00
parent e0f61a2266
commit bf5ce27fb2
1 changed files with 3 additions and 1 deletions

View File

@ -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