feat: add version subcommand
This commit is contained in:
parent
af8b9b7c52
commit
8267ec6644
4 changed files with 31 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"pendulum>=2.1.2",
|
||||
]
|
||||
name = "halig"
|
||||
version = "0.1.7"
|
||||
dynamic = ["version"]
|
||||
description = "age-encrypted, file-based, note-taking CLI app"
|
||||
readme = "README.md"
|
||||
keywords = ["cli", "notes", "age", "rage", "encryption", "notebook"]
|
||||
|
|
@ -36,6 +36,9 @@ Repository = "https://git.roboces.dev/catalin/halig"
|
|||
Documentation = "https://git.roboces.dev/catalin/halig"
|
||||
Changelog = "https://git.roboces.dev/catalin/halig"
|
||||
|
||||
[tool.pdm]
|
||||
version = { source = "file", path = "halig/__version__.py" }
|
||||
|
||||
[tool.pdm.build]
|
||||
excludes = ["**/.pytest_cache/**"]
|
||||
includes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue