sensiblecodeio / data-services-helpers

Python module containing classes and functions that The Sensible Code Company's Data Services often used
https://sensiblecode.io/
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Version in setup.py in 1.0.3 ZIP actually states 1.0.2 #8

Closed StevenMaude closed 10 years ago

fawkesley commented 10 years ago

I don't understand.

Pull request welcome :D

StevenMaude commented 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.