summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJames Laska <jlaska@ansible.com>2015-09-18 21:38:49 +0200
committerJames Laska <jlaska@ansible.com>2015-09-18 22:42:03 +0200
commite1b658860223f3acd9376a31714e14756fbe4f15 (patch)
tree81bf5092caf3a3652d25ae6011174eef68289204 /MANIFEST.in
parentMerge pull request #420 from wenottingham/release_2.3 (diff)
downloadawx-e1b658860223f3acd9376a31714e14756fbe4f15.tar.xz
awx-e1b658860223f3acd9376a31714e14756fbe4f15.zip
Include license information in packaging
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1825574341..cb40bf39d5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ recursive-include awx/playbooks *.yml
recursive-include awx/lib/site-packages *
recursive-include requirements *.txt
recursive-include config *
+recursive-include docs/licenses *
recursive-exclude awx devonly.py*
recursive-exclude awx/api/tests *
recursive-exclude awx/main/tests *