diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2015-11-03 10:40:52 -0800 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2015-11-03 10:40:52 -0800 |
commit | 882937e9cb471fc17d1609b7f99a649ea6668783 (patch) | |
tree | 7fef4fdf2a19c6aea1bc30adf67659f51cdf0381 /setup.py | |
parent | ad8e232487a1b9e2f17b361cc4f87740df2134f9 (diff) | |
download | redis-py-882937e9cb471fc17d1609b7f99a649ea6668783.tar.gz |
add the python 3.5 classifier
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ] ) |