Skip to content

Commit

Permalink
fix: GitHub links in pyproject.toml
Browse files Browse the repository at this point in the history
Links back to GitHub from PyPI are broken.
  • Loading branch information
brutus authored Sep 25, 2024
1 parent 4de1a84 commit e6ba349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/uberspace/django-aetos"
Issues = "https://github.com/uberspace/django-aetos/issues"
Homepage = "https://github.com/uberspace/django_aetos"
Issues = "https://github.com/uberspace/django_aetos/issues"

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "example_project.settings"
Expand Down

0 comments on commit e6ba349

Please sign in to comment.