diff options
author | James Cammarata <jimi@sngx.net> | 2013-06-25 20:30:40 +0200 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2013-06-25 20:30:40 +0200 |
commit | 946492b023b08a7ece8342002d24a363f77ce342 (patch) | |
tree | 056b89c5e423756f7d598a78dfe34dbaa646e5bd /MANIFEST.in | |
parent | Removed old path for inventory script. (diff) | |
download | awx-946492b023b08a7ece8342002d24a363f77ce342.tar.xz awx-946492b023b08a7ece8342002d24a363f77ce342.zip |
Changes to build process to remove .py files
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 55e2206e3d..f83b067eac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include awx *.py +recursive-include awx *.py *.pyc recursive-include awx/static *.ico recursive-include awx/templates *.html recursive-include awx/ui *.html *.js @@ -10,7 +10,7 @@ recursive-include config/deb * recursive-include config/rpm * recursive-exclude awx devonly.py recursive-exclude awx/settings local_settings.py* -include *.py *.txt *.md +include *.py *.pyc *.txt *.md include MANIFEST.in include COPYING prune awx/public |