Skip to content

Commit 37ab95b

Browse files
committed
use twine check instead of setup.py check
1 parent 2596963 commit 37ab95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deps =
3939
-r {toxinidir}/dev-requirements.txt
4040
skip_install = true
4141
commands =
42-
python setup.py check --strict --metadata --restructuredtext
42+
twine check --strict
4343
check-manifest {toxinidir}
4444
black --check {toxinidir}
4545
isort --verbose --check-only --diff src tests setup.py

0 commit comments

Comments
 (0)