From 4c23c0655fcd811c5e1bfc7fe4a69bc70b5ccc3b Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 14 Jul 2024 22:34:30 +0200 Subject: [PATCH] use static version instead of dynamic git tag info --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 736a702..69dd27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdownify" +version = "0.13.0" authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}] description = "Convert HTML to markdown." readme = "README.rst" @@ -25,7 +26,6 @@ dependencies = [ "beautifulsoup4>=4.9,<5", "six>=1.15,<2" ] -dynamic = ["version"] [project.urls] Homepage = "http://github.com/matthewwithanm/python-markdownify"