Skip to content

Commit 176d24d

Browse files
committed
feat: Add package metadata for repo, homepage, author, etc
1 parent ae5e1e7 commit 176d24d

File tree

1 file changed

+7
-1
lines changed
  • src/artifacts-helper/codespaces_artifacts_helper_keyring

1 file changed

+7
-1
lines changed

src/artifacts-helper/codespaces_artifacts_helper_keyring/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "codespaces-artifacts-helper-keyring"
33
dynamic = ["version"]
44
description = "Keyring backend to retrieve credentials for Azure Artifacts on Codespaces using https://github.com/microsoft/ado-codespaces-auth"
5-
authors = [{ name = "Delilah Wu", email = "delilahwu@microsoft.com" }]
5+
authors = [{ name = "Microsoft Corporation" }]
66
classifiers = [
77
"Development Status :: 3 - Alpha",
88
"Intended Audience :: Developers",
@@ -19,6 +19,12 @@ requires-python = ">=3.8"
1919
readme = "README.md"
2020
license = { text = "MIT" }
2121

22+
[project.urls]
23+
Homepage = "https://github.com/microsoft/codespace-features"
24+
Documentation = "https://github.com/microsoft/codespace-features/tree/main/src/artifacts-helper"
25+
Repository = "https://github.com/microsoft/codespace-features.git"
26+
Issues = "https://github.com/microsoft/codespace-features/issues"
27+
2228
[project.entry-points."keyring.backends"]
2329
CodespacesArtifactsHelperKeyringBackend = "codespaces_artifacts_helper_keyring"
2430

0 commit comments

Comments
 (0)