Skip to content

Commit

Permalink
use static version instead of dynamic git tag info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVonB committed Jul 14, 2024
1 parent e2ace9d commit 4c23c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "markdownify"
version = "0.13.0"
authors = [{name = "Matthew Tretter", email = "[email protected]"}]
description = "Convert HTML to markdown."
readme = "README.rst"
Expand All @@ -25,7 +26,6 @@ dependencies = [
"beautifulsoup4>=4.9,<5",
"six>=1.15,<2"
]
dynamic = ["version"]

[project.urls]
Homepage = "http://github.com/matthewwithanm/python-markdownify"
Expand Down

0 comments on commit 4c23c06

Please sign in to comment.