Skip to content

Commit ceff006

Browse files
author
Antoine DECHAUME
committed
Fix tox.ini for creating dist
1 parent 2533e0a commit ceff006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ deps =
4545
twine
4646
build
4747
skip_install = true
48-
whitelist_externals = rm
48+
allowlist_externals = rm
4949
commands =
5050
rm -rf dist build
5151
python -m build
52-
twine check dist/*
53-
python setup.py check --metadata
52+
twine check dist/*

0 commit comments

Comments
 (0)