-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (33 loc) · 909 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (33 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "landerox-website"
version = "0.1.0"
description = "Source code of landerox.com. A bilingual (EN/ES) personal & professional space focused on Data Platforms, Cloud Architecture, Automation, and Production AI. Powered by Zensical."
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
license-files = ["LICENSE"]
dependencies = [
"zensical>=0.0.51",
]
[dependency-groups]
dev = [
"commitizen>=4.16.5",
"pip-audit>=2.10.1",
"pre-commit>=4.6.1",
]
[project.urls]
Homepage = "https://landerox.com"
Repository = "https://github.com/landerox/landerox.github.io"
Issues = "https://github.com/landerox/landerox.github.io/issues"
[tool.uv]
package = false
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
tag_format = "v$version"
version_files = ["pyproject.toml:^version"]
gpg_sign = true
pre_bump_hooks = [
"uv sync",
"git add uv.lock"
]