summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-02-23 23:44:52 -0800
committerGitHub <noreply@github.com>2017-02-23 23:44:52 -0800
commitad2a1b9ba98784ea74e3935ce6a4d336d410f54c (patch)
tree89f150bfda05f5b8156e514f4433e93057f03b37 /setup.py
parent916df249ab8a75efe7579a74434cf5b96c369d4f (diff)
downloadappdirs-ad2a1b9ba98784ea74e3935ce6a4d336d410f54c.tar.gz
Python 3.6 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 37b0b67..69c46bb 100644
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,7 @@ setup(
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules