-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
106 lines (100 loc) · 2.86 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[metadata]
name = mkdocs_mdpo_plugin
version = 0.0.27
description = Mkdocs plugin for translations using PO files.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mondeja/mkdocs-mdpo-plugin
author = Álvaro Mondéjar Rubio
author_email = [email protected]
license = BSD-3-Clause
license_file = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Documentation
Topic :: Internet
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Documentation
Topic :: Software Development :: Internationalization
Topic :: Text Processing :: Markup :: Markdown
[options]
packages = mkdocs_mdpo_plugin
install_requires =
mdpo==0.3.85
importlib-metadata;python_version<'3.8'
python_requires = >=3.6
include_package_data = True
[options.entry_points]
markdown.extensions =
mkdocs-mdpo = mkdocs_mdpo_plugin.extensions:MkdocsMdpoExtension
mkdocs.plugins =
mdpo = mkdocs_mdpo_plugin.plugin:MdpoPlugin
[options.extras_require]
dev =
bump2version==1.0.1
flake8==4.0.1
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
isort==5.10.1
mkdocs==1.2.3
mkdocs-exclude==1.0.2
mkdocs-include-markdown-plugin==3.3.0
mkdocs-material==7.1.2
mkdocs-material-relative-language-selector==1.1.4
mkdocs-minify-plugin==0.4.0
mkdocs-minify-plugin==0.5.0
mkdocstrings==0.15.2
pre-commit==2.17.0
pre-commit-po-hooks==1.7.3
pymdown-extensions<9
pytest==7.0.1
pytest-cov==3.0.0
yamllint==1.26.1
doc =
mkdocs==1.2.3
mkdocs-exclude==1.0.2
mkdocs-include-markdown-plugin==3.3.0
mkdocs-material==7.1.2
mkdocs-material-relative-language-selector==1.1.4
mkdocs-minify-plugin==0.4.0
mkdocstrings==0.15.2
pymdown-extensions<9
lint =
flake8==4.0.1
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
isort==5.10.1
yamllint==1.26.1
test =
mkdocs-exclude==1.0.2
mkdocs-material==7.1.2
mkdocstrings==0.15.2
pre-commit-po-hooks==1.7.3
pymdown-extensions<9
pytest==7.0.1
pytest-cov==3.0.0
[flake8]
extend-ignore =
E731
[isort]
lines_after_imports = 2
multi_line_output = 3
line_length = 79
use_parentheses = True
combine_as_imports = True
include_trailing_comma = True
known_tests = tests
sections = STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER
[coverage:report]
exclude_lines =
pragma: no cover