Added build-system

This commit is contained in:
2023-03-18 22:27:18 +02:00
parent c9b6a01ef3
commit d3edfb5b42

View File

@ -22,6 +22,10 @@ dependencies = [
"pytest>=7.2.1",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project.urls]
homepage = "https://github.com/Bubobubobubobubo/ziffers-python"
documentation = "https://github.com/Bubobubobubobubo/ziffers-python"