generated from coulomb/repo-seed
Add Quarkdown render adapter boundary
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=69"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "markitect-quarkdown"
|
||||
version = "0.1.0"
|
||||
description = "Quarkdown render/export adapter for Markitect"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
license = { text = "MIT" }
|
||||
dependencies = [
|
||||
"markitect-tool @ file:///home/worsch/markitect-tool",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8",
|
||||
]
|
||||
|
||||
[project.entry-points."markitect_tool.render_export_adapters"]
|
||||
quarkdown = "markitect_quarkdown.adapter:quarkdown_adapter_descriptor"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["src", "../markitect-tool/src"]
|
||||
Reference in New Issue
Block a user