Skip to content

Commit

Permalink
remove setup.py
Browse files Browse the repository at this point in the history
Use `pyproject.toml` file for packaging
`kernelci` instead of `setup.py`.
Converted `setup.py` to `pyproject.toml`
and dropped the `setup.py` file.
Update `Makefile` to drop steps to run
`pycodestyle` and `pylint` on `setup.py`.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia committed Jan 15, 2024
1 parent 1e31bd7 commit 3ab369d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pylint:
kernelci.runtime \
kernelci.scheduler \
kernelci.storage \
setup.py \
tests

pycodestyle:
Expand All @@ -37,7 +36,6 @@ pycodestyle:
pycodestyle kci_*
pycodestyle scripts/*
pycodestyle tests/*
pycodestyle setup.py

unit-tests:
python3 -m pytest tests
Expand Down
96 changes: 0 additions & 96 deletions setup.py

This file was deleted.

0 comments on commit 3ab369d

Please sign in to comment.