Closed StevenMaude closed 10 years ago
More of an observation than an issue :)
I'd been having fun trying to make a module I wrote (which uses dshelpers) directly pip installable with all dependencies. (Done lots of searching around: the fact that it needs to be grabbed from SVC rather than PyPI seems to complicate things in setup.py...)
One thing I tried was pointing dependency_links
in setup.py to the 1.0.3 release zip which complained that it wasn't 1.0.3 (because setup.py in that zip actually states it's 1.0.2). Should just grab master anyway probably.
I don't understand.
Pull request welcome :D