diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-08-12 15:26:40 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-08-12 15:42:04 +0200 |
commit | b90d1456b39ca2f2be1ad0fca796ac36d1958ac3 (patch) | |
tree | d2ce0389d56ce2920aacfc0eb914528fb1617aa6 /awxkit/MANIFEST.in | |
parent | Merge pull request #4455 from ryanpetrello/stdout-is-not-missing (diff) | |
download | awx-b90d1456b39ca2f2be1ad0fca796ac36d1958ac3.tar.xz awx-b90d1456b39ca2f2be1ad0fca796ac36d1958ac3.zip |
make awxkit have the same version as the AWX package
Diffstat (limited to 'awxkit/MANIFEST.in')
-rw-r--r-- | awxkit/MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awxkit/MANIFEST.in b/awxkit/MANIFEST.in index af8c86dc4f..c6dd76a89c 100644 --- a/awxkit/MANIFEST.in +++ b/awxkit/MANIFEST.in @@ -1,4 +1,5 @@ include requirements.txt include setup.py +include VERSION recursive-include awxkit *.py *.yml *.md recursive-include test *.py *.yml *.md |