diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-05-01 08:23:57 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-05-01 08:23:57 -0700 |
| commit | 33544f0bf806d73495b00b9f8a0e45c25742fbc1 (patch) | |
| tree | 8fa3fc27efbea6a9e206bdae10c047bdafa813f8 /setup.py | |
| parent | 13a5cc5bf546b3fcfe7988680e63f680cf8db385 (diff) | |
| download | python-setuptools-git-33544f0bf806d73495b00b9f8a0e45c25742fbc1.tar.gz | |
Nicer error when problem in install_requires
Instead of:
$ python setup.py egg_info
error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
We now have the more helpful:
$ python setup.py egg_info
error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers.
Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0
It took me longer than it should to find the problem with the old error
message. The new error message would've helped greatly.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
