use static version instead of dynamic git tag info
This commit is contained in:
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "markdownify"
|
name = "markdownify"
|
||||||
|
version = "0.13.0"
|
||||||
authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}]
|
authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}]
|
||||||
description = "Convert HTML to markdown."
|
description = "Convert HTML to markdown."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
@@ -25,7 +26,6 @@ dependencies = [
|
|||||||
"beautifulsoup4>=4.9,<5",
|
"beautifulsoup4>=4.9,<5",
|
||||||
"six>=1.15,<2"
|
"six>=1.15,<2"
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "http://github.com/matthewwithanm/python-markdownify"
|
Homepage = "http://github.com/matthewwithanm/python-markdownify"
|
||||||
|
|||||||
Reference in New Issue
Block a user