summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-01-12 22:03:18 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-01-12 22:03:18 -0500
commit26139bae8b717337e1921361c26c3060c02f0172 (patch)
treed30e33f1bb596ed1218df23f510419e1fc920714 /setup.py
parent5e2f2be1dd75411c52016769c0ccac2ef7db7286 (diff)
updated setup.py: add platform and license info.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
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'],