Packaging and docker publishing
This commit is contained in:
parent
e4fb12d173
commit
5797dc0dee
7 changed files with 127 additions and 32 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "caldav-reminder"
|
||||
name = "dumbremind"
|
||||
version = "1.0"
|
||||
description = "CalDav Reminder"
|
||||
description = "Dumb Remind"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Yax" }
|
||||
|
|
@ -12,14 +12,9 @@ dependencies = [
|
|||
"python-dotenv>=1.1.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
[project.scripts]
|
||||
dumbremind = "dumbremind:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["uv_build>=0.8.17,<0.9.0"]
|
||||
build-backend = "uv_build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue