django-crud-mixins/pyproject.toml

6 lines
113 B
TOML
Raw Normal View History

2023-02-10 07:20:30 +00:00
# pyproject.toml
[build-system]
2023-02-10 20:18:56 +00:00
requires = ["setuptools", "wheel"]
2023-02-10 07:20:30 +00:00
build-backend = "setuptools.build_meta"