Mercurial > p > roundup > code
diff CHANGES.txt @ 4963:cdfb1a3fb56f
Fix setup.py to allow "development mode" (issue2550866)
The setup.py script would fail with missing file errors when attempting
to install roundup using "development mode" (eg. pip install -e
roundup/). Thanks to tonich for the initial patch to fix the issue using
console_scripts
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Tue, 10 Feb 2015 14:08:01 +1100 |
| parents | 63c31b18b955 |
| children | 691fa2ef5347 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jan 17 21:06:04 2015 +0300 +++ b/CHANGES.txt Tue Feb 10 14:08:01 2015 +1100 @@ -139,6 +139,8 @@ provide protection for invalid content-type, in which case browser tried to guess the best one. Thanks to Kay Hayen for reporting and helping debug this. issue2550848 (Ralf Schlatterbeck, anatoly techtonik) +- Fix issue2550866 '"pip install --editable ." fails'. Thanks to tonich for the + initial patch (John Kristensen)
