Add some more metadata

Signed-off-by: James Morris <jamesmorris2@gmail.com>
pull/507/head
James Morris 8 months ago
parent 2c9cc90609
commit 5beb361058

@ -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",

Loading…
Cancel
Save