File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ package setup uses:
39
39
```
40
40
[build-system]
41
41
requires = ["pdm-backend>=1.0.0"]
42
- build-back-end = "pdm.backend"
42
+ build-backend = "pdm.backend"
43
43
44
44
[project]
45
45
name = "examplePy"
@@ -72,15 +72,15 @@ In this example package setup you use:
72
72
- ** setuptools_scm** to manage package version updates using version control tags
73
73
74
74
In the example below ` [build-system] ` is the first table
75
- of values. It has two keys that specify the build front end and back-end for a package:
75
+ of values. It has two keys that specify the build frontend and backend for a package:
76
76
77
77
1 . ` requires = `
78
78
1 . ` build-back-end = `
79
79
80
80
```
81
81
[build-system]
82
82
requires = ["setuptools>=45"]
83
- build-back-end = "setuptools.build_meta"
83
+ build-backend = "setuptools.build_meta"
84
84
85
85
[project]
86
86
name = "examplePy"
You can’t perform that action at this time.
0 commit comments