Skip to content

Commit

Permalink
Correct mistake in pyproject.toml project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
avikstroem committed Nov 18, 2022
1 parent aaf6655 commit f2818a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "security-constraints"
description = "Fetches security vulnerabilities and creates pip-constraints based on them."
readme = "README.md"
license = {file = "LICENSE"}
urls = ["https://github.com/mam-dev/security-constraints"]
urls = {repo = "https://github.com/mam-dev/security-constraints"}
requires-python = ">=3.7"
dependencies = [
"requests",
Expand Down

0 comments on commit f2818a9

Please sign in to comment.