forked from lektor/lektor-tags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (27 loc) · 764 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
[metadata]
name = lektor-tags
author = A. Jesse Jiryu Davis
author_email = jesse@emptysquare.net
description = Lektor plugin to add tags.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/lektor/lektor-tags
keywords = Lektor, plugin, static-site, blog, tags
license = MIT
classifiers =
Environment :: Plugins
Environment :: Web Environment
Framework :: Lektor
Intended Audience :: Developers
License :: OSI Approved :: MIT License
[options]
py_modules = lektor_tags
include_package_data = True
setup_requires =
setuptools >= 45
setuptools_scm >= 6
install_requires =
dataclasses;python_version<"3.7"
[options.entry_points]
lektor.plugins =
tags = lektor_tags:TagsPlugin