summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
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'