-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
38 lines (36 loc) · 934 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
38
[metadata]
name = canonical-sphinx-extensions
version = 0.0.23
author = Ruth Fuchss
author_email = ruth.fuchss@canonical.com
description = A collection of Sphinx extensions used by Canonical documentation
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/canonical/canonical-sphinx-extensions
[options]
packages =
related-links
canonical.related-links
youtube-links
canonical.youtube-links
custom-rst-roles
canonical.custom-rst-roles
config-options
canonical.config-options
terminal-output
canonical.terminal-output
filtered-toc
canonical.filtered-toc
canonical.contributor-listing
package_dir =
canonical = canonical-sphinx-extensions
= canonical-sphinx-extensions
python_requires = >=3.6
install_requires =
sphinx
requests
beautifulsoup4
docutils
gitpython
[options.package_data]
* = _static/*