forked from mirrors/gecko-dev
Vendor the existing version of compare-locales via mach. This also vendors in fluent.syntax, with the existing version. Pin pytoml to the existing version in-tree, too. This is all that's required to update compare-locales, fluent.syntax and fluent.migrate via `mach vendor python`. Depends on D70344 Differential Revision: https://phabricator.services.mozilla.com/D70345 --HG-- extra : moz-landing-system : lando
16 lines
181 B
INI
16 lines
181 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
exclude = .tox
|
|
max-line-length = 120
|
|
|
|
[isort]
|
|
line_length = 120
|
|
skip_glob = .tox
|
|
not_skip = __init__.py
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
|