-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
36 lines (33 loc) · 1 KB
/
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
[metadata]
name = mkdocs-placeholder-plugin
version = 0.5.0-1
author = six-two
author_email = [email protected]
description = Add dynamic placeholders to your mkdocs page
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/six-two/mkdocs-placeholder-plugin
license = MIT License
classifiers =
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.9
# scripts =
# src/mkdocs-placeholder-replace-static.py
# Older versions will probably work to. If you open an issue I can adjust this value
install_requires =
mkdocs>=1.4.0
[options.entry_points]
mkdocs.plugins =
placeholder = mkdocs_placeholder_plugin.mkdocs:PlaceholderPlugin
[options.packages.find]
where = src