diff options
author | Matthew Jones <mat@matburt.net> | 2015-09-22 21:57:32 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-09-22 21:57:32 +0200 |
commit | 256af567deca499b590e37dd7820353aff9ad706 (patch) | |
tree | 3e2ff17a3b9c844e37022feedeb3ee719bece419 /MANIFEST.in | |
parent | Merge pull request #429 from matburt/migrate_to_default_schedules (diff) | |
parent | Updated package changelogs (diff) | |
download | awx-256af567deca499b590e37dd7820353aff9ad706.tar.xz awx-256af567deca499b590e37dd7820353aff9ad706.zip |
Merge branch 'release_2.3' into devel
* release_2.3: (24 commits)
Updated package changelogs
Rephrase task name
Make purge supervisor.conf conditional on 2.2 el6
Fix another name typo.
Update python-ldap license text.
Add LGPL source directly so it gets shipped.
Update font-awesome licenses per legal feedback
Remove bundled_licenses - we are shipping the source for bundled items, and therefore do not need to provide this separately.
Add more license texts.
Add full Apache licenses to files, per Pam.
Attempt to harden mongodb tgz download
Correct DJRF/DJRF-mongoengine licenses, rename qsstats license to match pkg name.
Fix some typos in file names, and add licenses for some things we have modified in our own repos.
Update Ubuntu depends and ppa's
Include source for bundled packages in bundle.
Include license information in packaging
Add READMEs for the license directories.
vendored python licenses
Add bundled licenses documentation
Revert to stock libzmq3 for deb depends
...
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 64382e32a8..703daa31b3 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 * |