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:34:18 +0000 (11:34 -0400)
commitd37c6f622a33fc3e0e37f84d1e90d287794d0a04
treea3e50e05b01ec8d2affe5762a8d9d4d83154df99
parent9d935dd838eb7bde958d7b36064334b9b6e64102
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