From 5beb361058bada318328d75419a18e5a15879f80 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 27 Sep 2023 21:03:40 -0400 Subject: [PATCH] Add some more metadata Signed-off-by: James Morris --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cbe248a..e6cee7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [project] name = "git-filter-repo" description = "Quickly rewrite git repository history" +authors = [ + {name = "Elijah Newren", email = "newren@gmail.com"} +] readme = "README.md" classifiers = [ "Development Status :: 4 - Beta", @@ -11,6 +14,10 @@ classifiers = [ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",