Skip to content

Commit

Permalink
chore: adds the homepage of the package to its metadata (#105)
Browse files Browse the repository at this point in the history
Summary:

The landing page for this package on PyPI does not identify the
homepage of the package. This is because the pyproject.toml is
not setting the homepage or source metadata on the package.

This sets the homepage & source metadata.

Signed-off-by: Daniel Neilson <[email protected]>
  • Loading branch information
ddneilson authored Apr 1, 2024
1 parent 8997cda commit 6fc9bdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
]

dependencies = [
"pyyaml ~= 6.0",
"jsonschema >= 4.17.0, == 4.*",
"pywin32 == 306; platform_system == 'Windows'",
]

[project.urls]
Homepage = "https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python"
Source = "https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python"


[tool.hatch.build]
artifacts = [
"*_version.py"
Expand Down

0 comments on commit 6fc9bdd

Please sign in to comment.