Reorder authors in pyproject.toml to place Benedikt Willi first

This commit is contained in:
Benedikt Willi 2026-03-03 10:46:03 +01:00
parent 428883fd99
commit 6864af69fb

View file

@ -6,8 +6,8 @@ readme = {file = "README.md", content-type = "text/markdown"}
license = "Unlicense" license = "Unlicense"
requires-python = ">=3.9" requires-python = ">=3.9"
authors = [ authors = [
{ name = "Tanner Netterville", email = "tannern@gmail.com" },
{ name = "Benedikt Willi", email = "ben.willi@gmail.com" }, { name = "Benedikt Willi", email = "ben.willi@gmail.com" },
{ name = "Tanner Netterville", email = "tannern@gmail.com" },
] ]
keywords = ["markdown", "oembed"] keywords = ["markdown", "oembed"]
classifiers = [ classifiers = [