You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments