You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`setuptools`**|`setuptools.build_meta`| Stable and widely used. Often the default choice for many projects. | Legacy projects or when minimal dependency management is needed. |
148
+
|**`hatchling`**|`hatchling.build`| Lightweight and fast. Modern design with simple dependency management. | New projects where simplicity and speed are prioritized. |
149
+
|**`poetry-core`**|`poetry.core.masonry.api`| Simplified version of `poetry`. Excellent for strict dependency management. | Projects requiring robust dependency management. |
150
+
|**`flit`**|`flit_core.buildapi`| Designed for simple package structures. Very lightweight and easy to use. | Ideal for small libraries or script distribution. |
151
+
|**`pdm-backend`**|`pdm.backend`| Modern and fully compatible with `pyproject.toml`. Advanced dependency resolution. | Flexible for a wide range of project types. |
152
+
153
+
154
+
143
155
#### metadata
144
156
- 📑 PEP 621 https://peps.python.org/pep-0621/
145
157
- setuptools support (wip) https://github.com/pypa/setuptools/issues/1688
0 commit comments