Skip to content

Commit

Permalink
Merge pull request #21 from tigattack/chore/fix_project_urls
Browse files Browse the repository at this point in the history
chore: fix project URLs
  • Loading branch information
tigattack authored Sep 17, 2024
2 parents 48bfc5f + f59279f commit b3217ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[project]
requires-python = ">=3.9"

[project.urls]
Repository = "https://github.com/tigattack/dvsa-mot-history-api-py"
Issues = "https://github.com/tigattack/dvsa-mot-history-api-py/issues"

[tool.poetry]
name = "dvsa_mot_history"
version = "1.0.0"
Expand All @@ -16,6 +12,10 @@ packages = [
{include = "dvsa_mot_history"}
]

[tool.poetry.urls]
Repository = "https://github.com/tigattack/dvsa-mot-history-api-py"
Issues = "https://github.com/tigattack/dvsa-mot-history-api-py/issues"

[tool.poetry.dependencies]
python = "^3.9"
msal = "^1.30.0"
Expand Down

0 comments on commit b3217ce

Please sign in to comment.