From ac9e336e6b2d4cf48304e811cbaf8656dd735ca3 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Fri, 2 Oct 2015 07:41:43 -0400 Subject: updated setup.py --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 03b74d9..478dcad 100644 --- a/setup.py +++ b/setup.py @@ -28,13 +28,11 @@ config = { 'url': 'http://rsiddharth.ninth.su/git/cb.git/', 'download_url': 'http://rsiddharth.ninth.su/git/cb.git/', 'license': 'GNU General Public License v3.0 or later', - 'platform': 'GNU/Linux', 'author_email': 'sravik@bgsu.edu', - 'version': '0.0.0', + 'version': '0.1.1', 'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto', 'simplejson', 'pickledb'], 'packages': ['combox'], - 'scripts': [], 'entry_points': { 'console_scripts': ['combox = combox.cbox:main'] }, -- cgit v1.2.3