Skip to content

Commit

Permalink
fix name and desc
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Sep 18, 2024
1 parent 3436bf9 commit 8888001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ line-length = 120
[tool.poetry_bumpversion.file."tf_authoritative_scanner/__init__.py"]

[project]
name = "black"
description = "The uncompromising code formatter."
name = "tf-authoritative-scanner"
description = "Find and alert on authoritative resources in Terraform code"
license = { text = "MPL 2.0" }
requires-python = ">=3.9"
authors = [
Expand Down

0 comments on commit 8888001

Please sign in to comment.