-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
37 lines (35 loc) · 970 Bytes
/
setup.cfg
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
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = pelican-obsidian
description = Makes pelican markdown files more compatible with Obsidian
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/jonathan-s/pelican-obsidian
author = Jonathan Sundqvist
author_email = jonathan@argpar.se,
license = MIT
license_file = LICENSE
classifiers =
Topic :: Software Development
keywords =
pelican
obsidian
plugin
project_urls =
Documentation = https://github.com/jonathan-s/pelican-obsidian
Source = https://github.com/jonathan-s/pelican-obsidian
Tracker = https://github.com/jonathan-s/pelican-obsidian/issues
Funding = https://github.com/sponsors/jonathan-s
[options]
zip_safe = True
packages = find_namespace:
platforms = any
include_package_data = True
install_requires =
pelican
pelican-yaml-metadata
pyyaml
python_requires = >=3.7
setup_requires =
setuptools_scm
[bdist_wheel]
universal = 1