From d0e02cb3a62ba23c4616e44fcbe641986441912f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Apr 2023 09:58:59 -0400 Subject: [PATCH] chore: update metadata Signed-off-by: Henry Schreiner --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4177b1..e462a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "Check the contents of an SDist vs. git" readme = "README.md" requires-python = ">=3.8" classifiers = [ - "Development Status :: 1 - Planning", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", @@ -31,6 +31,7 @@ dependencies = [ "tomli; python_version<'3.11'", "importlib-resources; python_version<'3.9'", ] +keywords = ["sdist", "packaging", "lint"] [project.optional-dependencies] test = [