Skip to content

Commit

Permalink
Added files missing from dist packaging (bug 891093)
Browse files Browse the repository at this point in the history
- Including wadls, pdfs, samples and functional test confs

Change-Id: Ic515db5e3392a4eda18d3791fd0e2a6990b42efd
  • Loading branch information
dolph committed Nov 18, 2011
1 parent 43a2d7f commit ffd1cbf
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
include README.md
include AUTHORS
include HACKING
include LICENSE
include MANIFEST.in
include run_tests.sh
include README.md
include pylintrc
include run_tests.py
include keystone/backends/ldap/keystone.ldif
include keystone/backends/ldap/keystone.schema
include keystone/contrib/extensions/raxkey/extension.json
include keystone/contrib/extensions/raxkey/extension.xml
include keystone/test/EchoSOAPUI.xml
include keystone/test/IdentitySOAPUI.xml
include run_tests.sh
include setup.py
graft bin
graft doc
prune doc/source/sourcecode
graft etc
graft tools
graft examples
graft keystone/content
graft keystone/test/etc
graft tools
recursive-include keystone *.json *.xml *.cfg README
include keystone/backends/ldap/keystone.ldif
include keystone/backends/ldap/keystone.schema
global-exclude *.pyc *.sdx *.log *.db *.swp

0 comments on commit ffd1cbf

Please sign in to comment.