File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ dependencies = ["requests>=2.25.0"]
1616dev = [" 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 ]
2223where = [" src" ]
@@ -25,7 +26,6 @@ where = ["src"]
2526"" = " src"
2627
2728readme = " README.md"
28-
2929classifiers = [
3030 " Programming Language :: Python" ,
3131 " Programming Language :: Python :: 3.10" ,
@@ -103,9 +103,4 @@ show_error_codes = true
103103
104104[[tool .mypy .overrides ]]
105105module = " 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
You can’t perform that action at this time.
0 commit comments