summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 951980f..1670a23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+ * setup.py: author changed to `combox contributors`.
+
+2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+
* AUTHORS: Deleted
* CONTRIBUTORS.rst: Added
* Makefile: updated copyright header (authors -> contributors)
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'],