21 lines
383 B
TOML
21 lines
383 B
TOML
[project]
|
|
name = "notesync"
|
|
version = "0.2.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "James Ravenscroft", email = "ravenscroftj@gmail.com"},
|
|
]
|
|
dependencies = [
|
|
"python-frontmatter>=1.1.0",
|
|
"click<8.1.7",
|
|
]
|
|
requires-python = ">=3.10"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-pep517>=1.0.0"]
|
|
build-backend = "pdm.pep517.api"
|
|
|
|
[tool.pdm]
|