diff --git a/pyproject.toml b/pyproject.toml index f2aeba35..01eacc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,20 @@ license = { text = "MPL-2.0" } authors = [{ name = "HashiCorp" }] requires-python = ">=3.10" dependencies = ["requests>=2.25.0"] +classifiers = [ + "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", +] [project.optional-dependencies] dev = ["pytest>=7.0.0", "mypy>=1.17.1", "ruff>=0.12.10"] [project.urls] -Repository = "https://github.com/hashicorp/python-tfe" +"Repository" = "https://github.com/hashicorp/python-tfe" +"Bug Tracker" = "https://github.com/hashicorp/python-tfe/issues" [tool.setuptools.packages.find] where = ["src"] @@ -94,4 +102,4 @@ show_error_codes = true [[tool.mypy.overrides]] module = "tests.*" -disallow_untyped_defs = false +disallow_untyped_defs = false \ No newline at end of file