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] [build-system]
requires = ["hatchling"] requires = ["hatchling", "setuptools"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[project] [project]
version = "1.0.0" version = "1.0.0"
name = "stickergen" name = "stickergen"
requires-python = ">= 3.8" requires-python = ">= 3.8"
dependencies = [ dependencies = [
"pyyaml", "pyyaml"
"setuptools"
] ]
authors = [ authors = [
{ name = "Aleksey Chubukov", email = "tea@brass.host" } { name = "Aleksey Chubukov", email = "tea@brass.host" }