diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ config = { 'author': 'Siddharth Ravikumar', '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.1', 'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto'], |