Skip to content

Commit

Permalink
Single sourcing package version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang authored Oct 22, 2024
1 parent 3e0050d commit ac7c8a0
Show file tree
Hide file tree
Showing 2 changed files with 654 additions and 504 deletions.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yt2doc"
version = "0.2.5"
dynamic = ["version"]
description = "Transcribe any YouTube video into a structural Markdown document"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -19,6 +19,13 @@ dependencies = [
"yt-dlp>=2024.10.07",
]

[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "vcs" # Use version control (e.g., git) for versioning

[tool.uv]
dev-dependencies = [
"ipython>=8.27.0",
Expand Down
Loading

0 comments on commit ac7c8a0

Please sign in to comment.