Skip to content

Commit

Permalink
fix: add website URL to ci-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 23, 2023
1 parent 7143536 commit b549536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev133"
version = "0.0.0.dev134"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
1 change: 1 addition & 0 deletions src/repodynamics/meta/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def _generate_metadata_ci(self) -> dict:
out["web"] = {
"readthedocs": {"name": metadata["web"].get("readthedocs", {}).get("name")},
}
out["url"] = {"website": {"base": metadata["url"]["website"]["base"]}}
if metadata.get("package"):
pkg = metadata["package"]
out["package"] = {
Expand Down

0 comments on commit b549536

Please sign in to comment.