##// END OF EJS Templates
pep-517: remove the `build-backend` key to allow for users to build extensions...
Raphaël Gomès -
r48841:58fe6d12 stable
parent child Browse files
Show More
@@ -1,18 +1,17 b''
1 1 [build-system]
2 2 requires = ["setuptools", "wheel"]
3 build-backend = "setuptools.build_meta"
4 3
5 4 [tool.black]
6 5 line-length = 80
7 6 exclude = '''
8 7 build/
9 8 | wheelhouse/
10 9 | dist/
11 10 | packages/
12 11 | \.hg/
13 12 | \.mypy_cache/
14 13 | \.venv/
15 14 | mercurial/thirdparty/
16 15 '''
17 16 skip-string-normalization = true
18 17 quiet = true
General Comments 0
You need to be logged in to leave comments. Login now