diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-06-24 03:04:55 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-06-24 03:08:54 +0200 |
commit | cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52 (patch) | |
tree | b4483d41fb906b0cf27245ce949a8597127869a4 /MANIFEST.in | |
parent | Initial work for packaging .deb (diff) | |
download | awx-cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52.tar.xz awx-cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52.zip |
Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index d41947e7b7..55e2206e3d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,11 +4,12 @@ recursive-include awx/templates *.html recursive-include awx/ui *.html *.js recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf +recursive-include awx/lib/site-packages * recursive-include config * recursive-include config/deb * recursive-include config/rpm * recursive-exclude awx devonly.py -recursive-exclude awx/settings local_settings.py +recursive-exclude awx/settings local_settings.py* include *.py *.txt *.md include MANIFEST.in include COPYING |