We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8397fda commit 9b16535Copy full SHA for 9b16535
setup.py
@@ -46,7 +46,10 @@ def read_all(f):
46
'Programming Language :: Python',
47
'Programming Language :: Python :: 2',
48
'Programming Language :: Python :: 2.7',
49
+ 'Programming Language :: Python :: 3.3',
50
+ 'Programming Language :: Python :: 3.4',
51
'Programming Language :: Python :: 3.5',
52
+ 'Programming Language :: Python :: 3.6',
53
], # Get from http://pypi.python.org/pypi?%3Aaction=list_classifiers
54
keywords='YAML parser configuration',
55
author='RedisLabs',
0 commit comments