-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
pyproject.toml
25 lines (23 loc) · 848 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "obsidian_to_hugo"
version = "12023.03.21"
description = "Process Obsidian notes to publish them with Hugo. Transforms Obsidian wiki links into Hugo shortcodes for internal linking."
readme = "README.md"
requires-python = ">=3.6"
license = { text = "MIT" }
keywords = ["obsidian", "hugo", "markdown", "wikilink"]
authors = [{ name = "David Wolf", email = "d@wolf.gdn" }]
classifiers = [
"Typing :: Typed",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Text Processing :: Markup",
]
[project.urls]
"Source" = "https://github.com/devidw/obsidian-to-hugo"
"Bug Tracker" = "https://github.com/devidw/obsidian-to-hugo/issues"