summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-02-01 23:18:42 -0800
committerGitHub <noreply@github.com>2017-02-01 23:18:42 -0800
commit63f0c07b3e41cb97d47fde29045b1375fa17f550 (patch)
tree7c7a769a7bbed73d12de1cca74b1aa94c28fe23e /setup.py
parentdce139293b3169ef432189bda71875c2acdcbc26 (diff)
downloadappdirs-63f0c07b3e41cb97d47fde29045b1375fa17f550.tar.gz
Python3.5, maintainer
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e06df91..cae6330 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
@@ -44,8 +45,8 @@ setup(
keywords='application directory log cache user',
author='Trent Mick',
author_email='trentm@gmail.com',
- maintainer='Trent Mick; Sridhar Ratnakumar',
- maintainer_email='trentm@gmail.com; github@srid.name',
+ maintainer='Trent Mick; Sridhar Ratnakumar; Jeff Rouse',
+ maintainer_email='trentm@gmail.com; github@srid.name; jr@its.to',
url='http://github.com/ActiveState/appdirs',
license='MIT',
py_modules=["appdirs"],