1[egg_info]
2tag_build =
3tag_date = 0
4
5[aliases]
6release = egg_info -Db ''
7
8[extract_messages]
9output_file = sphinxcontrib/devhelp/locales/sphinxcontrib.devhelp.pot
10keywords = _ __
11
12[compile_catalog]
13domain = sphinxcontrib.devhelp
14directory = sphinxcontrib/devhelp/locales/
15use_fuzzy = true
16
17[bdist_wheel]
18universal = 1
19
20[metadata]
21license_file = LICENSE
22
23[flake8]
24max-line-length = 95
25ignore = E116,E241,E251
26exclude = .git,.tox,.venv
27
28[mypy]
29ignore_missing_imports = True
30
31