diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 18:57:26 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 18:57:26 -0500 |
commit | 303dfcaa5a5f8ba6483d0ac9e043001b00243385 (patch) | |
tree | c59176f245c393b1714e9c36fc8b0fc0a9585e26 /setup.py | |
parent | 8b9e34754de5577e98d80a65e7785ec89ce8e3b7 (diff) |
updated setup.py
- relegated 'version' to 0.0.0
- added `pickledb' to install_requires
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -30,8 +30,9 @@ config = { 'license': 'GNU General Public License v3.0 or later', 'platform': 'GNU/Linux', 'author_email': 'sravik@bgsu.edu', - 'version': '0.0.1', - 'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto'], + 'version': '0.0.0', + 'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto', + 'pickledb'], 'packages': ['combox'], 'scripts': [], 'name': 'combox' |