Skip to content

Commit

Permalink
Adding missing files to MANIFEST.in
Browse files Browse the repository at this point in the history
Fix MANIFEST.in to include files missing from generated tarballs.
Fixes bug 1037010.

Change-Id: I33a911e77cc364e761de0c45de7046eca58797b1
  • Loading branch information
ttx committed Aug 16, 2012
1 parent e0f61a2 commit bc7833b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include AUTHORS
include babel.cfg
include ChangeLog
include LICENSE
include HACKING.rst
Expand All @@ -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

0 comments on commit bc7833b

Please sign in to comment.