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.
2 parents 6deb5bb + 1520ff2 commit 9d933a2Copy full SHA for 9d933a2
setup.py
@@ -21,10 +21,14 @@
21
language="c++")
22
setup(name='sasl',
23
version='0.2.1',
24
- url="http://github.com/toddlipcon/python-sasl",
+ url="http://github.com/cloudera/python-sasl",
25
maintainer="Todd Lipcon",
26
maintainer_email="[email protected]",
27
description="""Cyrus-SASL bindings for Python""",
28
+ classifiers=[
29
+ 'Programming Language :: Python :: 2',
30
+ 'Programming Language :: Python :: 3',
31
+ ],
32
packages=['sasl'],
33
install_requires=['six'],
34
ext_modules=[sasl_module],
0 commit comments