build: setup.py is no longer requires
commit24c343c88b556af3dc125385218c068894d0b9fd
authorDavid Aguilar <davvid@gmail.com>
Sun, 28 Jan 2024 09:52:01 +0000 (28 01:52 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 28 Jan 2024 09:52:01 +0000 (28 01:52 -0800)
treecc8bcc4f509069a925e7c562b88e2f388ca6ef18
parenta9f96d8b88273e92c4c9b406ec570ba7a88ff2a7
build: setup.py is no longer requires

Modern versions of "setuptools" and "build" do not require setup.py to exist.
pyproject.toml and setup.cfg is all we need.

Signed-off-by: David Aguilar <davvid@gmail.com>
setup.py [deleted file]