meetbot/pyproject.toml
Ian Wienand eec003e3e3 Switch to setuptools
Apart from just being the modern thing to do, this allows bdist_wheel
to work, which is important for installing with our existing container
python-builder tooling.

Change-Id: Id884f7db1dcb59406e6f08cd9ec904fe3a32d2e9
2021-06-02 06:15:30 +10:00

4 lines
90 B
TOML

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