diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) @@ -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'], |