Browse Source

Remove string author to allow for build/install (#288)

pull/286/head
Joseph Flinn 2 years ago committed by GitHub
parent
commit
ce85ef5bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lint-workflow-v2/pyproject.toml.tpl

2
lint-workflow-v2/pyproject.toml.tpl

@ -5,7 +5,7 @@ build-backend = "hatchling.build" @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "bitwarden_workflow_linter"
dynamic = ["version"]
authors = ["Bitwarden Inc"]
authors = []
description = "Custom GitHub Action Workflow Linter"
readme = "README.md"
requires-python = ">=3.11"

Loading…
Cancel
Save