8000
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 4ddb5d9 commit ded9fe3Copy full SHA for ded9fe3
setup.py
@@ -19,14 +19,13 @@
19
include_dirs=["sasl"],
20
libraries=["sasl2"],
21
language="c++")
22
-setup(name='sasl',
+setup(name='sasl3',
23
version='0.2.7',
24
- url="http://github.com/cloudera/python-sasl",
25
- maintainer="Todd Lipcon",
26
- maintainer_email="todd@cloudera.com",
+ url="http://github.com/sparkur/python-sasl3",
+ maintainer="Ruslan Dautkhanov",
+ maintainer_email="dautkhanov@gmail.com",
27
description="""Cyrus-SASL bindings for Python""",
28
classifiers=[
29
- 'Programming Language :: Python :: 2',
30
'Programming Language :: Python :: 3',
31
],
32
packages=['sasl'],
0 commit comments