1[egg_info]
2tag_build =
3tag_date = 0
4
5[aliases]
6release = egg_info -Db ''
7
8[extract_messages]
9mapping_file = babel.cfg
10output_file = sphinx/locale/sphinx.pot
11keywords = _ l_ lazy_gettext
12
13[bdist_wheel]
14universal = 1
15
16[metadata]
17license_file = LICENSE
18
19[flake8]
20max-line-length = 95
21ignore = E116,E241,E251
22exclude = .git,.tox,.venv,tests/*
23
24[mypy]
25ignore_missing_imports = True
26
27[tool:pytest]
28markers =
29	support
30
31