mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Reorder authors in pyproject.toml to place Benedikt Willi first
This commit is contained in:
parent
428883fd99
commit
6864af69fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue