summaryrefslogtreecommitdiff
path: root/setuptools/namespaces.py
Commit message (Collapse)AuthorAgeFilesLines
* Provisionally revert the -nspkg.pth suppression on PEP 420 Pythons. Ref #250.Jason R. Coombs2016-11-131-1/+1
|
* In -nspkg.pth, always add the path to the namespace package, even if a ↵Jason R. Coombs2016-11-071-2/+1
| | | | __init__ exists, allowing for better cooperation between PEP 420 packages and older, __init__ namespace packages.
* Add uninstall support for namespace packagesJason R. Coombs2016-11-061-0/+8
|
* Create DevelopInstaller, inspired by the code in #789.Jason R. Coombs2016-10-231-0/+8
|
* Also allow the target to be overridden.Jason R. Coombs2016-10-231-1/+4
|
* Allow the root to be overriddenJason R. Coombs2016-10-231-5/+8
|
* Allow the extension to be overridden.Jason R. Coombs2016-10-231-1/+3
|
* Extract _pkg_names function and add test.Jason R. Coombs2016-10-231-7/+20
|
* Extract variableJason R. Coombs2016-10-231-1/+2
|
* Extract namespace handling into a separate module and mix-in class.Jason R. Coombs2016-10-231-0/+63