diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-02-17 19:44:24 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-02-17 19:44:24 +0100 |
commit | 1f46ebdae6d9913191af633c8eed99542848b304 (patch) | |
tree | 175a0be04dde3331e8f961ad807d65f525185770 | |
parent | c759d5d436ce0d7a9ed2fb9509e314d2e42181ee (diff) | |
download | wikinfo-master.tar.gz wikinfo-master.tar.xz wikinfo-master.zip |
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ setup( packages = ['wikinfo'], package_data = { }, - author = "Noah Kantrowitz", - author_email = "noah@coderanger.net", + author = "Noah Kantrowitz, Alexander Sulfrian", + author_email = "noah@coderanger.net, alexander@sulfrian.net", description = "Provides a few useful macros to get data about wiki pages", license = "BSD", keywords = "trac wiki info macro", |