summaryrefslogtreecommitdiff
path: root/setuptools/command/editable_wheel.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add editable strategy with MetaPathFinder for top-level packagesAnderson Bravalheri2022-06-151-22/+146
|
* Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-151-0/+55
|
* Rename variable for clarityAnderson Bravalheri2022-06-151-2/+2
|
* Reorganise editable_wheel to allow different strategiesAnderson Bravalheri2022-06-151-20/+116
|
* Remove unused functionAnderson Bravalheri2022-06-151-17/+0
|
* Temporarily support deprecated namespace packagesAnderson Bravalheri2022-06-151-5/+33
|
* Start adding APIs for handling multiple editable modesAnderson Bravalheri2022-06-151-4/+25
|
* Re-use dist-info dir for build_editableAnderson Bravalheri2022-06-151-1/+2
|
* Rely on wheel and bdist_wheel for editable_wheelAnderson Bravalheri2022-06-151-90/+61
|
* Make sure setuptools itself can be installed with editable_wheelAnderson Bravalheri2022-06-151-32/+16
|
* Remove unecessary editable dependencyAnderson Bravalheri2022-06-151-24/+8
|
* include pep660 proof of conceptDaniel Holth2022-02-041-0/+157