Skip to content

Commit

Permalink
Merge pull request #20 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 d5852d2 + 660a254 commit e0f2522
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/dvla-vehicle-enquiry-service"
Issues = "https://github.com/tigattack/dvla-vehicle-enquiry-service/issues"

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

[tool.poetry.urls]
Repository = "https://github.com/tigattack/dvla-vehicle-enquiry-service"
Issues = "https://github.com/tigattack/dvla-vehicle-enquiry-service/issues"

[tool.poetry.dependencies]
python = "^3.9"
aiohttp = "^3.9.5"
Expand Down

0 comments on commit e0f2522

Please sign in to comment.