diff options
| author | sideshowdave7 | 2017-04-06 11:31:09 -0600 |
|---|---|---|
| committer | sideshowdave7 | 2017-04-06 11:31:09 -0600 |
| commit | d7b21bab576b01449529c776026dc4924fe0092a (patch) | |
| tree | faafb8bc6f333e3fe7bc16b95288650266f2d8ad /setup.py | |
| parent | 492d16a8b32941d46cb35b10a39687877f960ae1 (diff) | |
| download | eventmq-d7b21bab576b01449529c776026dc4924fe0092a.tar.gz eventmq-d7b21bab576b01449529c776026dc4924fe0092a.zip | |
Fixes a bunch of worker logic, add docs
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ from setuptools import find_packages, setup | |||
| 7 | 7 | ||
| 8 | setup( | 8 | setup( |
| 9 | name='eventmq', | 9 | name='eventmq', |
| 10 | version='0.3.4', | 10 | version='0.3.4.1', |
| 11 | description='EventMQ job execution and messaging system based on ZeroMQ', | 11 | description='EventMQ job execution and messaging system based on ZeroMQ', |
| 12 | packages=find_packages(), | 12 | packages=find_packages(), |
| 13 | install_requires=['pyzmq==15.4.0', | 13 | install_requires=['pyzmq==15.4.0', |