markdown-fix-freeplane/pyproject.toml

24 lines
655 B
TOML
Raw Normal View History

2024-01-08 15:18:32 +00:00
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "markdown-fix-freeplane"
2024-01-12 21:23:00 +00:00
version = "0.0.3"
2024-01-08 15:18:32 +00:00
authors = [
{ name="François Pelletier", email="francois@jevalide.ca" },
]
description = "Convert Markdown output from Freeplane to Markdown lists"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.jevalide.ca/partage/markdown-fix-freeplane"
Issues = "https://git.jevalide.ca/partage/markdown-fix-freeplane/issues"