diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-06 15:55:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-06 15:55:56 -0500 |
commit | cc03821e9b8e995accb223d7650a83f9204b6827 (patch) | |
tree | 62d35d3272d958958ba8a736ef0397f3f8fba81e /setup.py | |
parent | e2ae0674a21dda5d964658477e14d0c7832123a3 (diff) | |
download | python-coveragepy-cc03821e9b8e995accb223d7650a83f9204b6827.tar.gz |
Added an AUTHORS.txt file.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ setup( # We need to get HTML assets from our htmlfiles dir. zip_safe = False, - author = 'Ned Batchelder', + author = 'Ned Batchelder and others', author_email = 'ned@nedbatchelder.com', description = doclines[0], long_description = '\n'.join(doclines[2:]), |