23 lines
655 B
TOML
23 lines
655 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "markdown-fix-freeplane"
|
|
version = "0.0.1"
|
|
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"
|
|
|