Skip to content

Commit c1df655

Browse files
committed
Remove rejected PEP-582 mentions
1 parent 6e916d6 commit c1df655

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package-structure-code/python-package-build-tools.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,6 @@ Version bumping| ✅ | PDM supports you bumping the version of your package usin
257257
Follows current packaging standards|✅|PDM supports current packaging standards for adding metadata to the **pyproject.toml** file.
258258
Install your package in editable mode|✅|PDM supports installing your package in editable mode.
259259
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.
269260
```
270261

271262
```{admonition} PDM vs. Poetry

0 commit comments

Comments
 (0)