Compare commits

..

6 Commits

Author SHA1 Message Date
AlexVonB
4c23c0655f use static version instead of dynamic git tag info 2024-07-14 22:34:30 +02:00
AlexVonB
e2ace9d633 test build in develop and pull requests 2024-07-14 22:10:01 +02:00
AlexVonB
a5615f7d80 Merge branch 'pyproject.toml' of https://github.com/KOLANICH-libs/markdownify.py into KOLANICH-libs-pyproject.toml 2024-07-14 21:53:09 +02:00
KOLANICH
67100595ae Migrated the metadata into PEP 621-compliant pyproject.toml, got rid of setup.cfg. 2022-11-10 15:29:25 +03:00
KOLANICH
deba8b5e54 Started populating version automatically from git tags using setuptools_scm. 2022-11-10 15:27:26 +03:00
KOLANICH
ca88e4e49d Move the metadata from setup.py into setup.cfg.
Added `pyproject.toml`.
Removed `setup.py` - it is no longer needed.
Got rid of tests erroroneously finding their way into the wheel.
2022-11-10 15:25:39 +03:00

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "markdownify"
version = "0.13.1"
version = "0.13.0"
authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}]
description = "Convert HTML to markdown."
readme = "README.rst"