2008-03-18 14:37:05 -05:00
|
|
|
[egg_info]
|
|
|
|
tag_build = dev
|
|
|
|
tag_date = true
|
|
|
|
|
|
|
|
[aliases]
|
|
|
|
release = egg_info -RDb ''
|
2013-02-05 02:19:52 -06:00
|
|
|
upload = upload --sign --identity=36580288
|
2008-03-18 14:37:05 -05:00
|
|
|
|
2008-08-08 05:54:00 -05:00
|
|
|
[extract_messages]
|
|
|
|
mapping_file = babel.cfg
|
|
|
|
output_file = sphinx/locale/sphinx.pot
|
2009-07-03 06:37:38 -05:00
|
|
|
keywords = _ l_ lazy_gettext
|
2008-08-08 05:54:00 -05:00
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
input_file = sphinx/locale/sphinx.pot
|
|
|
|
domain = sphinx
|
|
|
|
output_dir = sphinx/locale/
|
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
domain = sphinx
|
|
|
|
directory = sphinx/locale/
|
2014-10-09 10:01:57 -05:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|
2015-03-07 00:45:43 -06:00
|
|
|
|
|
|
|
[flake8]
|
2015-03-08 11:15:54 -05:00
|
|
|
max-line-length=95
|
2015-03-08 11:17:22 -05:00
|
|
|
ignore=E113,E116,E221,E226,E241,E251
|
2015-03-08 11:15:54 -05:00
|
|
|
exclude=ez_setup.py,utils/*,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*
|