diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-10-02 07:41:43 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-10-02 07:41:43 -0400 |
commit | ac9e336e6b2d4cf48304e811cbaf8656dd735ca3 (patch) | |
tree | 2a9aea95a921cfd3e930824a3da94030d7ca2dd8 | |
parent | f4af8d7f6f9e70cd209c9bd73b748e08b69260b2 (diff) |
updated setup.pyv0.1.1
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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'] }, |