Skip to content

Commit

Permalink
remove setup.py (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Nov 9, 2024
1 parent db19f00 commit 875b559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Validate sdist/wheel
run: |
pip install -r requirements/requirements-dist.txt
python setup.py sdist bdist_wheel
python -m build
twine check --strict dist/*
- name: Run pylint
Expand Down
20 changes: 0 additions & 20 deletions setup.py

This file was deleted.

0 comments on commit 875b559

Please sign in to comment.