diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-04-07 10:00:46 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-04-07 10:00:46 +0200 |
| commit | 4331740bfbdc6e148808375c406dab795ae43d9b (patch) | |
| tree | 7bbf64311ba82b225b0a45099479e8b68b5df0d4 /CHANGES.txt | |
| parent | 4da7cdd3ea61af90e56e0cbe63811b8ef13cd484 (diff) | |
| download | python-setuptools-git-4331740bfbdc6e148808375c406dab795ae43d9b.tar.gz | |
make sure we test that the directory exists before we install stuff asked by setup_requires fixes #138
--HG--
branch : distribute
extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8907fa22..e74f1714 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,7 @@ CHANGES * Added easy_install --user * Issue 100: Fixed develop --user not taking '.' in PYTHONPATH into account * Issue 134: removed spurious UserWarnings. Patch by VanLindberg +* Issue 138: cant_write_to_target error when setup_requires is used. ------ 0.6.10 |
