summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 23:57:16 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 23:57:16 -0500
commit4d22dce3f697638631bd26ee151ea73309fadb3e (patch)
tree04661525ce8cd2466f2234f5c0fdd9c4a629ccbc /setup.py
parent9887638de195d243a5276b5fe3e0cf79bad21ed7 (diff)
setup.py: changed `author` field.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 96581ff..19340d1 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ config = {
'license': 'GNU General Public License version 3 or later',
'url': 'https://ricketyspace.net/combox/',
'download_url': 'git://ricketyspace.net/combox.git',
- 'author': 'Siddharth Ravikumar',
+ 'author': 'combox contributors',
'author_email': 'sravik@bgsu.edu',
'install_requires': ['watchdog', 'PyYAML', 'pycrypto',
'simplejson', 'pickledb'],