summaryrefslogtreecommitdiffstats
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
parent9887638de195d243a5276b5fe3e0cf79bad21ed7 (diff)
setup.py: changed `author` field.
-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'],