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] [build-system]
requires = ["hatchling", "setuptools"] requires = ["setuptools >= 61.0"]
build-backend = "hatchling.build" build-backend = "setuptools.build_meta"
[project] [project]
version = "1.0.0" version = "1.0.0"
name = "stickergen" name = "stickergen"