diff --git a/pyproject.toml b/pyproject.toml index fcf1888..6e992d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/setup.py b/setup.py deleted file mode 100644 index aca6007..0000000 --- a/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -# coding=utf-8 - -from setuptools import setup - -setup()