From 6864af69fb761826a4d83f27c5d82a37ae1988b5 Mon Sep 17 00:00:00 2001 From: Benedikt Willi Date: Tue, 3 Mar 2026 10:46:03 +0100 Subject: [PATCH] Reorder authors in pyproject.toml to place Benedikt Willi first --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4256ac9..ff29e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ readme = {file = "README.md", content-type = "text/markdown"} license = "Unlicense" requires-python = ">=3.9" authors = [ - { name = "Tanner Netterville", email = "tannern@gmail.com" }, { name = "Benedikt Willi", email = "ben.willi@gmail.com" }, + { name = "Tanner Netterville", email = "tannern@gmail.com" }, ] keywords = ["markdown", "oembed"] classifiers = [