diff options
author | Matt Martz <matt@sivel.net> | 2014-04-02 14:01:41 -0500 |
---|---|---|
committer | Matt Martz <matt@sivel.net> | 2014-04-02 14:17:31 -0500 |
commit | 728ecb080453632219c2ced38235b6511378c306 (patch) | |
tree | e58853a6fb6c22e02227bc2400e3bfa8ee011192 /MANIFEST.in | |
parent | 579579654657da277bb1dd8e5a1c79aeb8f15f2f (diff) | |
download | ansible-728ecb080453632219c2ced38235b6511378c306.tar.gz |
Allow make rpm to work from a release tarball
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cd7d324d70..87c554d7d6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,5 @@ include packaging/distutils/setup.py recursive-include docs * recursive-include library * include Makefile +include VERSION +include MANIFEST.in |