File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ author_email = sorin.sbarnea@gmail.com
2020maintainer = Sorin Sbarnea
2121maintainer_email = sorin.sbarnea@gmail.com
2222license = MIT
23- license_file = LICENSE
23+ license_files = LICENSE
2424classifiers =
2525 Development Status :: 5 - Production/Stable
2626
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ author_email = info@ansible.com
1515maintainer = Ansible by Red Hat
1616maintainer_email = info@ansible.com
1717license = MIT
18- license_file = LICENSE
18+ license_files = LICENSE
1919classifiers =
2020 Development Status :: 4 - Beta
2121 Environment :: Console
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ author_email = sorin.sbarnea@gmail.com
1717maintainer = Sorin Sbarnea
1818maintainer_email = sorin.sbarnea@gmail.com
1919license = MIT
20- license_file = LICENSE
20+ license_files = LICENSE
2121classifiers =
2222 Development Status :: 5 - Production/Stable
2323
Original file line number Diff line number Diff line change 11# For more information about tox, see https://tox.readthedocs.io/en/latest/
22[tox]
3- minversion = 3.9.0
3+ minversion = 4.1.2
44envlist =
55 lint
66 packaging
@@ -54,11 +54,12 @@ passenv =
5454 SSL_CERT_FILE
5555 TOXENV
5656 TWINE_*
57- whitelist_externals =
57+ allowlist_externals =
5858 bash
5959 twine
6060 pytest
6161 pre-commit
62+ ./build.sh
6263
6364[testenv:packaging]
6465usedevelop = false
You can’t perform that action at this time.
0 commit comments