-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
42 lines (38 loc) · 1.22 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
37
38
39
40
41
42
[metadata]
name = mkdocs-typedoc
version = 1.0.4
description = MkDocs plugin to generate documentation from TypeScript source code using TypeDoc.
keywords = mkdocs plugin
url = https://github.com/JakubAndrysek/mkdocs-typedoc
author = Jakub Andrýsek
author_email = [email protected]
project_urls =
Source = https://github.com/JakubAndrysek/mkdocs-typedoc
Documentation = https://typedoc.kubaandrysek.cz/
Tracker = https://github.com/JakubAndrysek/mkdocs-typedoc/issues
Funding = https://github.com/sponsors/jakubandrysek
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
[options]
python_requires = >=3.7
install_requires =
mkdocs
packages = find:
include_package_data = True
[options.entry_points]
mkdocs.plugins =
typedoc = typedoc.plugin:TypeDocPlugin
[options.extras_require]
dev =
mkdocs-material
mkdocs-open-in-new-tab
mkdocs-glightbox
mkdocs-git-revision-date-localized-plugin