summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSridhar Ratnakumar <sridharr@activestate.com>2010-12-09 21:30:08 -0800
committerSridhar Ratnakumar <sridharr@activestate.com>2010-12-09 21:30:08 -0800
commitfa82befb7450db743ed7648d9038bc9e97c9f02c (patch)
treededd731d7e7826fb05405ec5994abf477ed888c4 /setup.py
parent054d7737e686659419f04d45142e87c56ab5ef17 (diff)
downloadappdirs-fa82befb7450db743ed7648d9038bc9e97c9f02c.tar.gz
Add myself as a maintainer
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8b05ec8..2381273 100644
--- a/setup.py
+++ b/setup.py
@@ -41,8 +41,8 @@ See README_ for full details, and CHANGES_ for release news.
keywords='application directory log cache user',
author='Trent Mick',
author_email='trentm@gmail.com',
- maintainer='Trent Mick',
- maintainer_email='trentm@gmail.com',
+ maintainer='Trent Mick; Sridhar Ratnakumar',
+ maintainer_email='trentm@gmail.com; github@srid.name',
url='http://github.com/ActiveState/appdirs',
license='MIT',
py_modules=["appdirs"],