8000 Rename to sasl3 package name · sparkur/python-sasl3@ded9fe3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ded9fe3

Browse files
authored
Rename to sasl3 package name
Rename to sasl3 package name to distinguish from Cloudera's original `sasl` package
1 parent 4ddb5d9 commit ded9fe3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
include_dirs=["sasl"],
2020
libraries=["sasl2"],
2121
language="c++")
22-
setup(name='sasl',
22+
setup(name='sasl3',
2323
version='0.2.7',
24-
url="http://github.com/cloudera/python-sasl",
25-
maintainer="Todd Lipcon",
26-
maintainer_email="todd@cloudera.com",
24+
url="http://github.com/sparkur/python-sasl3",
25+
maintainer="Ruslan Dautkhanov",
26+
maintainer_email="dautkhanov@gmail.com",
2727
description="""Cyrus-SASL bindings for Python""",
2828
classifiers=[
29-
'Programming Language :: Python :: 2',
3029
'Programming Language :: Python :: 3',
3130
],
3231
packages=['sasl'],

0 commit comments

Comments
 (0)
0