Skip to content

Commit

Permalink
Remove use of setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 11, 2023
1 parent 40f3e38 commit db41730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions setup.py

This file was deleted.

4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ skip_missing_interpreters = true
[testenv]
deps =
pytest
pytest-tldr
commands =
pytest -vv

Expand Down Expand Up @@ -43,9 +42,10 @@ deps =
check_manifest
wheel
twine
build
commands =
check-manifest -v
python setup.py sdist bdist_wheel
python -m build --outdir dist/ .
python -m twine check dist/*

[testenv:publish]
Expand Down

0 comments on commit db41730

Please sign in to comment.