1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-15 13:35:51 +01:00

Move from setup.cfg/py to pure pyproject.toml project definition

This commit is contained in:
2025-03-13 16:55:40 +01:00
parent 4f548ec882
commit 72d0858ad8
6 changed files with 51 additions and 88 deletions

View File

@@ -8,17 +8,17 @@ version = "4.12.0"
requires-python = ">= 3.10"
description = "Convert ebook between different formats"
dependencies = [
"filelock",
"python-dateutil",
"lxml",
"css-parser",
"beautifulsoup4",
"tinycss",
"pillow",
"msgpack",
"html5-parser",
"odfpy",
"html2text"
"beautifulsoup4>=4.9.3",
"css-parser>=1.0.6",
"filelock>=3.0.12",
"html2text>=2020.1.16",
"html5-parser==0.4.12",
"msgpack>=1.0.0",
"odfpy>=1.4.1",
"pillow>=8.0.1",
"python-dateutil>=2.8.1",
"setuptools>=61.0",
"tinycss>=0.4"
]
readme = "README.rst"
authors = [