File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2015 Cloudera Inc.
2
1
#
3
2
# Licensed under the Apache License, Version 2.0 (the "License");
4
3
# you may not use this file except in compliance with the License.
27
26
description = """Cyrus-SASL bindings for Python""" ,
28
27
classifiers = [
29
28
'Programming Language :: Python :: 3' ,
29
+ 'Development Status :: 5 - Production/Stable' ,
30
+ 'Intended Audience :: Developers' ,
31
+ 'Intended Audience :: System Administrators' ,
32
+ 'License :: OSI Approved :: Apache Software License' ,
33
+ 'Programming Language :: Python :: 3' ,
34
+ 'Programming Language :: Python :: 3.4' ,
35
+ 'Programming Language :: Python :: 3.5' ,
36
+ 'Programming Language :: Python :: 3.6' ,
37
+ 'Programming Language :: Python :: 3.7' ,
38
+ 'Programming Language :: Python :: 3.8' ,
30
39
],
31
40
packages = ['sasl' ],
32
41
install_requires = ['six' ],
33
42
ext_modules = [sasl_module ],
34
- include_package_data = True )
43
+ include_package_data = True
44
+ )
You can’t perform that action at this time.
0 commit comments