summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@hp.com>2013-01-31 11:30:05 +0000
committerKiall Mac Innes <kiall@hp.com>2013-01-31 11:30:05 +0000
commit32d1523c2bf63e0130af9319429553e08b378949 (patch)
tree1498c060f23d807113903ec5b5b5553ff70083d6
parent6819ff8901889802c6d6a5fe519c1358ce00c1a8 (diff)
downloaddesignate-32d1523c2bf63e0130af9319429553e08b378949.tar.gz
Ensure config files are included in sdist tarball2013.1.alpha1
Change-Id: I5c3a467c8bd7f6b75e7a0dc0a585f7a3e2d3643b
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 731704f1..dee5b019 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,8 +2,8 @@ include AUTHORS
include ChangeLog
include moniker/versioninfo
include *.txt *.ini *.cfg *.rst *.md
-include etc/*.sample
-include etc/policy.json
+include etc/moniker/*.sample
+include etc/moniker/policy.json
exclude .gitignore
exclude .gitreview