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
Copy file name to clipboardExpand all lines: package-structure-code/python-package-build-tools.md
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -257,15 +257,6 @@ Version bumping| ✅ | PDM supports you bumping the version of your package usin
257
257
Follows current packaging standards|✅|PDM supports current packaging standards for adding metadata to the **pyproject.toml** file.
258
258
Install your package in editable mode|✅|PDM supports installing your package in editable mode.
259
259
Build your sdist and wheel distributions|✅| Similar to all of the other tools PDM builds your packages sdist and wheel files for you.
260
-
✨Optional use of PEP 582 / local environment directory✨|✅| PDM is currently the only tool that optionally supports PEP 582 (having a local environment configuration stored within a `__pypackages__` directory in your working directory).
261
-
```
262
-
263
-
```{admonition} PEP 582 was rejected
264
-
:class: important
265
-
266
-
While [PEP 582](https://peps.python.org/pep-0582), use of local packages directory `__pypackages__`,
267
-
sought to implement a more lightweight form of Python environment management it currently stands
268
-
as a rejected standard in the broader Python community.
0 commit comments