Skip to content

Commit

Permalink
Added project URLs for PyPI (#305)
Browse files Browse the repository at this point in the history
* Added project URLs for PyPI

* Revert changes to check if Pipeline works again

* Readded changes

* Adjusted urls to poetry style
  • Loading branch information
GitRon committed Dec 1, 2023
1 parent 52f8daa commit ab2def2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ classifiers = [
license = "MIT"
readme = "README.rst"
repository = "https://github.com/django-ses/django-ses"
homepage = "https://github.com/django-ses/django-ses"
documentation = "https://github.com/django-ses/django-ses/blob/main/README.rst"
include = ["example", "tests"]

[tool.poetry.urls]
"Bugtracker" = "https://github.com/django-ses/django-ses/issues"
"Changelog" = "https://github.com/django-ses/django-ses/blob/main/CHANGES.md"

[tool.poetry.dependencies]
python = "^3.8"
boto3 = ">=1.0.0"
Expand Down

0 comments on commit ab2def2

Please sign in to comment.