diff options
author | AlanCoding <arominge@redhat.com> | 2019-09-17 21:58:35 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-09-27 20:29:04 +0200 |
commit | 75bb7aae147ab933c88ba7af4cb60293a667b80c (patch) | |
tree | af224468f69fb1721acc1d620bdc0b6c51f5581b /setup.cfg | |
parent | rename awx modules folder to collection (diff) | |
download | awx-75bb7aae147ab933c88ba7af4cb60293a667b80c.tar.xz awx-75bb7aae147ab933c88ba7af4cb60293a667b80c.zip |
update references to collection folder
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins [flake8] max-line-length=160 ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,W504 -exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/,awxkit/test,awx_modules/ +exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/,awxkit/test,awx_collection/ |