Modify setup.py version syntax to address #5464
authorAndrew Browning <ayleph@thisshitistemp.com>
Fri, 26 Aug 2016 15:34:18 +0000 (11:34 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Fri, 26 Aug 2016 15:36:59 +0000 (11:36 -0400)
commit1e9edcfaa5de951abf28936d225763c7ac925f6d
tree6d4115b34b261ca6aadb0fa340410cd7389dfdfb
parenta2010054a9f26b79576034815c5c56c2746c56b5
Modify setup.py version syntax to address #5464

Some users report that even with version <4.0 specified in setup.py,
the 4.0-rc builds of kombu and celery were still being downloaded.
This patch uses a different version syntax as suggested in a Stack
Overflow thread.

https://stackoverflow.com/a/14405269
setup.py