setuptools

This commit is contained in:
Aleksey 2024-02-07 07:58:31 +04:00
parent 5c841772ca
commit c53c6bc92e
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -1,6 +1,6 @@
[build-system]
requires = ["hatchling", "setuptools"]
build-backend = "hatchling.build"
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
version = "1.0.0"
name = "stickergen"