File: setup.cfg

package info (click to toggle)
sphinx 1.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,568 kB
  • ctags: 8,462
  • sloc: python: 44,728; perl: 344; makefile: 326; sh: 80; xml: 10; ansic: 1
file content (31 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
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
[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[aliases]
release = egg_info -RDb ''
upload = upload --sign --identity=36580288

[extract_messages]
mapping_file = babel.cfg
output_file = sphinx/locale/sphinx.pot
keywords = _ l_ lazy_gettext

[update_catalog]
input_file = sphinx/locale/sphinx.pot
domain = sphinx
output_dir = sphinx/locale/

[compile_catalog]
domain = sphinx
directory = sphinx/locale/

[wheel]
universal = 1

[flake8]
max-line-length = 95
ignore = E113,E116,E221,E226,E241,E251,E901
exclude = tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*