Skip to content

Commit f520ca6

Browse files
pyproject fix
1 parent 537e57a commit f520ca6

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = ["requests>=2.25.0"]
1616
dev = ["pytest>=7.0.0", "mypy>=1.17.1", "ruff>=0.12.10"]
1717

1818
[project.urls]
19-
Repository = "https://github.com/hashicorp/python-tfe"
19+
"Repository" = "https://github.com/hashicorp/python-tfe"
20+
"Bug Tracker" = "https://github.com/hashicorp/python-tfe/issues"
2021

2122
[tool.setuptools.packages.find]
2223
where = ["src"]
@@ -25,7 +26,6 @@ where = ["src"]
2526
"" = "src"
2627

2728
readme = "README.md"
28-
2929
classifiers = [
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3.10",
@@ -103,9 +103,4 @@ show_error_codes = true
103103

104104
[[tool.mypy.overrides]]
105105
module = "tests.*"
106-
disallow_untyped_defs = false
107-
108-
109-
[project.urls]
110-
"Homepage" = "https://github.com/hashicorp/python-tfe"
111-
"Bug Tracker" = "https://github.com/hashicorp/python-tfe/issues"
106+
disallow_untyped_defs = false

0 commit comments

Comments
 (0)