##// 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 [build-system]
1 [build-system]
2 requires = ["setuptools", "wheel"]
2 requires = ["setuptools", "wheel"]
3 build-backend = "setuptools.build_meta"
4
3
5 [tool.black]
4 [tool.black]
6 line-length = 80
5 line-length = 80
7 exclude = '''
6 exclude = '''
8 build/
7 build/
9 | wheelhouse/
8 | wheelhouse/
10 | dist/
9 | dist/
11 | packages/
10 | packages/
12 | \.hg/
11 | \.hg/
13 | \.mypy_cache/
12 | \.mypy_cache/
14 | \.venv/
13 | \.venv/
15 | mercurial/thirdparty/
14 | mercurial/thirdparty/
16 '''
15 '''
17 skip-string-normalization = true
16 skip-string-normalization = true
18 quiet = true
17 quiet = true
General Comments 0
You need to be logged in to leave comments. Login now