##// END OF EJS Templates
packaging: make rpm relocatable...
packaging: make rpm relocatable This makes it possible to install multiple Mercurial rpms on the same machine in different locations. Differential Revision: https://phab.mercurial-scm.org/D11768

File last commit:

r48841:58fe6d12 stable
r49540:5d08b289 6.0 stable
Show More
pyproject.toml
17 lines | 244 B | text/plain | TOMLLexer
[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true