File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ should contain one of these build-system blocks:
113
113
.. code-block :: toml
114
114
115
115
[build-system]
116
- requires = ["setuptools >=TBD", "wheel>=TBD "]
116
+ requires = ["setuptools @ git+https://github.com/pypa/setuptools@experimental/support-pyproject "]
117
117
build-backend = "setuptools.build_meta"
118
118
119
119
.. tab :: Flit
@@ -127,6 +127,17 @@ should contain one of these build-system blocks:
127
127
requires = ["flit_core >=3.2"]
128
128
build-backend = "flit_core.buildapi"
129
129
130
+ .. tab :: Hatchling
131
+
132
+ :ref: `hatch ` has a more feature-rich build backend than flit, supporting
133
+ SCM versioning and plugins.
134
+
135
+ .. code-block :: toml
136
+
137
+ [build-system]
138
+ requires = ["hatchling>=0.7"]
139
+ build-backend = "hatchling.build"
140
+
130
141
.. tab :: PDM
131
142
132
143
:ref: `pdm ` has a build backend as well (not required to use PDM for package
You can’t perform that action at this time.
0 commit comments