From 428883fd991c12305f2905e7f98f5bdf3f9f888a Mon Sep 17 00:00:00 2001 From: Benedikt Willi Date: Tue, 3 Mar 2026 09:25:20 +0100 Subject: [PATCH] Rename project to "python-markdown-oembed-extension" and update homepage URL --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a124d02..4256ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"