Skip to content

Commit

Permalink
packaging(pypi): use docs as package homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 2, 2024
1 parent a611645 commit e56231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list:
long_description=README,
long_description_content_type="text/markdown",
keywords=__about__.__keywords__,
url=__about__.__uri__,
url=__about__.__uri_homepage__,
project_urls={
"Docs": __about__.__uri_homepage__,
"Bug Reports": __about__.__uri_tracker__,
Expand Down

0 comments on commit e56231c

Please sign in to comment.