This commit is contained in:
parent
c06e45029d
commit
746221d13d
4 changed files with 88 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "tinysteady-mailer"
|
||||
version = "0.1.2"
|
||||
description = "A tiny and resolute mailer CLI app"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
license = { text = "MIT License" }
|
||||
authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }]
|
||||
|
@ -29,4 +29,24 @@ Issues = "https://code.philo.ydns.eu/philorg/tinysteady-mailer/issues"
|
|||
tinysteady-mailer = "tinysteady_mailer:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]
|
||||
dev = ["dunamai>=1.23.0", "ipdb>=0.13.13", "ipython>=8.30.0"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "uv-dynamic-versioning"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "uv-dynamic-versioning"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/tinysteady_mailer"]
|
||||
package = true
|
||||
|
||||
[tool.uv-dynamic-versioning]
|
||||
style = "semver"
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
|
||||
[tool.black]
|
||||
line-length = 98
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue