move setuptools dependency to build deps
This commit is contained in:
parent
e272e41e3a
commit
5c841772ca
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user