From 303dfcaa5a5f8ba6483d0ac9e043001b00243385 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 21 Jan 2015 18:57:26 -0500 Subject: updated setup.py - relegated 'version' to 0.0.0 - added `pickledb' to install_requires --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 42ffd52..9b3f9c1 100644 --- a/setup.py +++ b/setup.py @@ -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' -- cgit v1.2.3