Skip to content

Commit

Permalink
Remove legacy setup.py
Browse files Browse the repository at this point in the history
Also don't explicitly specify wheel as a build system dependency, since
wheel is already required by setuptools.
  • Loading branch information
caleb531 committed Feb 21, 2024
1 parent f542739 commit 8242112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -23,7 +23,7 @@ changelog = "https://github.com/caleb531/cache-simulator/releases"
cache-simulator = "cachesimulator.__main__:main"

[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.flake8]
Expand Down
6 changes: 0 additions & 6 deletions setup.py

This file was deleted.

0 comments on commit 8242112

Please sign in to comment.