diff options
author | Matthew Jones <mat@matburt.net> | 2015-09-03 21:46:10 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-09-03 21:46:10 +0200 |
commit | 5727d722b6b878a0f1a34704051fdb447c9f3725 (patch) | |
tree | 7c32f24e54df17a53eddc6abe5d25a5ab0c4141c /MANIFEST.in | |
parent | Merge pull request #401 from jlmitch5/unique_select2 (diff) | |
parent | Merge pull request #402 from chrismeyersfsu/feature-config_check_local_machin... (diff) | |
download | awx-5727d722b6b878a0f1a34704051fdb447c9f3725.tar.xz awx-5727d722b6b878a0f1a34704051fdb447c9f3725.zip |
Merge remote-tracking branch 'upstream/release_2.3' into devel
* upstream/release_2.3: (91 commits)
Include python-{paramiko,ecdsa} dependencies
Remove extra epel testing stanzas
Unit test for ec2 credentialless inventory
Fix issue with ec2 iam sync with no credential.
Use the htpasswd command instead the ansible module
Pip is no longer needed
check local user root or not in ./configure
Remove unneeded when check for super user addition
Improve distro detection in setup.sh
Fix superuser check on upgrade
Minor improvements to setup.sh
Remove ansible prerequisite check from configure
Attempt to install ansible within setup.sh
Allow munin processes to access postgres
Move up base package dependency install
fixes jenkins failures
Proper flake8 fix
fixes executing processes with correct PYTHONPATH will pickup .pth files
Show the repo for bundled package file dump
Proper flake8 fix
...
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 211971e20f..64382e32a8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,9 +6,8 @@ recursive-include awx/ui/templates *.html recursive-include awx/ui/static * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * +recursive-include requirements *.txt recursive-include config * -recursive-include config/deb * -recursive-include config/rpm * recursive-exclude awx devonly.py* recursive-exclude awx/api/tests * recursive-exclude awx/main/tests * @@ -19,5 +18,6 @@ include tools/scripts/ansible-tower-service include tools/munin_monitors/* include tools/sosreport/* include COPYING +include Makefile prune awx/public prune awx/projects |