Skip to content

Commit

Permalink
Remove deprecated setup.py calls
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 16, 2023
1 parent bb808eb commit 1cd8cca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ deps =
commands =
python -m build
twine check dist/*.whl dist/*.tar.gz
python setup.py clean --all

[testenv:clean]
skip_install = true
Expand Down Expand Up @@ -56,6 +55,5 @@ deps =
mypy>=1
pylama>=8.4.1
commands =
python setup.py check
mypy tcolorpy setup.py
pylama

0 comments on commit 1cd8cca

Please sign in to comment.