Skip to content

Commit 3223ffe

Browse files
authored
Fix packaging (#10)
1 parent d360386 commit 3223ffe

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

packages/molecule-azure/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author_email = sorin.sbarnea@gmail.com
2020
maintainer = Sorin Sbarnea
2121
maintainer_email = sorin.sbarnea@gmail.com
2222
license = MIT
23-
license_file = LICENSE
23+
license_files = LICENSE
2424
classifiers =
2525
Development Status :: 5 - Production/Stable
2626

packages/molecule-gce/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author_email = info@ansible.com
1515
maintainer = Ansible by Red Hat
1616
maintainer_email = info@ansible.com
1717
license = MIT
18-
license_file = LICENSE
18+
license_files = LICENSE
1919
classifiers =
2020
Development Status :: 4 - Beta
2121
Environment :: Console

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author_email = sorin.sbarnea@gmail.com
1717
maintainer = Sorin Sbarnea
1818
maintainer_email = sorin.sbarnea@gmail.com
1919
license = MIT
20-
license_file = LICENSE
20+
license_files = LICENSE
2121
classifiers =
2222
Development Status :: 5 - Production/Stable
2323

src/molecule_plugins/__init__.py

Whitespace-only changes.

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
envlist =
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]
6465
usedevelop = false

0 commit comments

Comments
 (0)