This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
74 lines (68 loc) · 2.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[metadata]
name = sphinx-cmake_domain
author = Marco Koch
author_email = [email protected]
url = https://github.com/marcokoch/sphinx-cmake_domain
project_urls =
Source = https://github.com/marcokoch/sphinx-cmake_domain
Issue tracker = https://github.com/marcokoch/sphinx-cmake_domain/issues
description = A Sphinx extension that adds a CMake domain
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Framework :: Sphinx
Framework :: Sphinx :: Extension
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Documentation
Topic :: Documentation :: Sphinx
Topic :: Education
Topic :: Text Processing
Topic :: Text Processing :: General
Topic :: Text Processing :: Indexing
Topic :: Text Processing :: Markup
Topic :: Text Processing :: Markup :: HTML
Topic :: Text Processing :: Markup :: LaTeX
Topic :: Software Development
Topic :: Software Development :: Documentation
Topic :: Utilities
keywords = sphinx, extension, documentation, cmake, domain
platforms = any
python_requires = >=3.5, <4
[options]
zip_safe = False
packages = sphinx_ext
namespace_packages = sphinx_ext
install_requires = Sphinx >= 3.0.4
[options.package_data]
* = locale/*/*/*.mo
[extract_messages]
keywords = __
output_file = sphinx_ext/locale/sphinx-cmake_domain.pot
input_paths = sphinx_ext/cmake_domain.py
omit-header = 1
[init_catalog]
domain = sphinx-cmake_domain
output_dir = sphinx_ext/locale
input_file = sphinx_ext/locale/sphinx-cmake_domain.pot
[update_catalog]
domain = sphinx-cmake_domain
output_dir = sphinx_ext/locale
input_file = sphinx_ext/locale/sphinx-cmake_domain.pot
[compile_catalog]
domain = sphinx-cmake_domain
directory = sphinx_ext/locale