feat: add version subcommand

This commit is contained in:
cătălin 2023-04-06 17:38:44 +02:00
commit 8267ec6644
Signed by: catalin
GPG key ID: 686088EF78EE4083
4 changed files with 31 additions and 18 deletions

View file

@ -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 = []