diff options
-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", |