From 26139bae8b717337e1921361c26c3060c02f0172 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 12 Jan 2015 22:03:18 -0500 Subject: updated setup.py: add platform and license info. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 37196f3..42ffd52 100644 --- a/setup.py +++ b/setup.py @@ -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'], -- cgit v1.2.3