1
0
forked from erosita/uds

pyproject.toml

This commit is contained in:
Roman Krivonos 2025-02-13 14:27:05 +03:00
parent b3f0d3a1cc
commit e5760e312f

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
# XXX: If your project needs other packages to build properly, add them to this list.
requires = ["setuptools >= 64"]
build-backend = "setuptools.build_meta"