Rename project to "python-markdown-oembed-extension" and update homepage URL

This commit is contained in:
Benedikt Willi 2026-03-03 09:25:20 +01:00
parent 7e41514005
commit 428883fd99

View file

@ -1,5 +1,5 @@
[project]
name = "python-markdown-oembed"
name = "python-markdown-oembed-extension"
version = "0.4.0"
description = "Markdown extension to allow media embedding using the oEmbed standard."
readme = {file = "README.md", content-type = "text/markdown"}
@ -28,7 +28,7 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/rennat/python-markdown-oembed"
Homepage = "https://github.com/Hopiu/python-markdown-oembed"
[project.entry-points."markdown.extensions"]
oembed = "mdx_oembed:makeExtension"