File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `pyprefab` are documented here.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com ) , and the project uses [ Semantic Versioning] ( https://semver.org/ ) .
66
7+ ## [ Unreleased]
8+
9+ ### Added
10+
11+ - Sphinx-based project documentation (published on GitHub pages)
12+
713## [ 0.4.0] - [ 2025-01-26]
814
915### Added
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ docs = [
4040pyprefab = " pyprefab.cli:app"
4141
4242[project .urls ]
43+ Documentation = " https://bsweger.github.io/pyprefab/index.html"
4344Repository = " https://github.com/bsweger/pyprefab.git"
4445Changelog = " https://github.com/bsweger/pyprefab/blob/main/CHANGELOG.md"
4546
@@ -83,4 +84,3 @@ quote-style = 'single'
8384# ensure setuptools_scm generates a version number that reflects latest tags
8485# https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata
8586cache-keys = [{ git = { commit = true , tags = true } }]
86-
You can’t perform that action at this time.
0 commit comments