move setuptools dependency to build deps

This commit is contained in:
Aleksey 2024-02-07 07:52:19 +04:00
parent e272e41e3a
commit 5c841772ca
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A
2 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "setuptools"]
build-backend = "hatchling.build"
[project]
version = "1.0.0"
name = "stickergen"
requires-python = ">= 3.8"
dependencies = [
"pyyaml",
"setuptools"
"pyyaml"
]
authors = [
{ name = "Aleksey Chubukov", email = "tea@brass.host" }