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:
parent
e0f61a2266
commit
bf5ce27fb2
@ -1,4 +1,5 @@
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
|
include babel.cfg
|
||||||
include ChangeLog
|
include ChangeLog
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include HACKING.rst
|
include HACKING.rst
|
||||||
@ -11,10 +12,11 @@ include setup.py
|
|||||||
include TODO
|
include TODO
|
||||||
include tox.ini
|
include tox.ini
|
||||||
include etc/*
|
include etc/*
|
||||||
|
include httpd/*
|
||||||
graft bin
|
graft bin
|
||||||
graft doc
|
graft doc
|
||||||
graft tests
|
graft tests
|
||||||
graft tools
|
graft tools
|
||||||
graft examples
|
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
|
global-exclude *.pyc *.sdx *.log *.db *.swp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user