summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTrent Mick <trentm@gmail.com>2010-09-02 10:07:46 -0700
committerTrent Mick <trentm@gmail.com>2010-09-02 10:07:46 -0700
commitfeee930b2e92c552e9220d05bc09de15273586b6 (patch)
tree04f87b4d826884666cd0b57fea898a18526305c9 /setup.py
parenta35c26a8b8ca9fa04ff93bca0c1afa6b575df01e (diff)
downloadappdirs-feee930b2e92c552e9220d05bc09de15273586b6.tar.gz
keywords and python 3.1 compat
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b85c3eb..827dfa4 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,10 @@ setup(name='appdirs',
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.1
Topic :: Software Development :: Libraries :: Python Modules
""".split('\n') if c.strip()],
+ keywords='application directory log cache user',
author='Trent Mick',
author_email='trentm@gmail.com',
maintainer='Trent Mick',