mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Rename project to "python-markdown-oembed-extension" and update homepage URL
This commit is contained in:
parent
7e41514005
commit
428883fd99
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue