Mercurial > p > roundup > code
diff CHANGES.txt @ 6378:b57c3d50505b
issue2550899 Migrate setup.py to setuptools
Also fixes issue2550866 'pip install --editable .' fails
Installing roundup requires setuptools package which is available in
most OS distrobutions or via pip. Patch by John
Kristensen (jerrykan); additional doc changes (upgrade.txt,
RELEASE.txt) John Rouillard.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 17 Apr 2021 16:41:23 -0400 |
| parents | a7e7314fb7d9 |
| children | d76291836523 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Apr 10 22:10:07 2021 -0400 +++ b/CHANGES.txt Sat Apr 17 16:41:23 2021 -0400 @@ -80,6 +80,11 @@ 'local'. Fix traceback caused by DateHTMLProperty.pretty() called on a string value due to error in some other field. (Reported by reda, fix: John Rouillard) +- issue2550899 - Migrate setup.py to setuptools; fixes: + issue2550866 'pip install --editable .' fails; et al. + this now requires that setuptools be installed. (Patch by John + Kristensen (jerrykan); additional doc changes (upgrade.txt, + RELEASE.txt) John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
