summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2015-11-03 10:40:52 -0800
committerAndy McCurdy <andy@andymccurdy.com>2015-11-03 10:40:52 -0800
commit882937e9cb471fc17d1609b7f99a649ea6668783 (patch)
tree7fef4fdf2a19c6aea1bc30adf67659f51cdf0381 /setup.py
parentad8e232487a1b9e2f17b361cc4f87740df2134f9 (diff)
downloadredis-py-882937e9cb471fc17d1609b7f99a649ea6668783.tar.gz
add the python 3.5 classifier
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 ed8fd5f..1becd97 100644
--- a/setup.py
+++ b/setup.py
@@ -59,5 +59,6 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
]
)