Skip to content

Commit 9d933a2

Browse files
committed
Merge pull request #4 from garaud/update-setup
Update the setup.py file
2 parents 6deb5bb + 1520ff2 commit 9d933a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@
2121
language="c++")
2222
setup(name='sasl',
2323
version='0.2.1',
24-
url="http://github.com/toddlipcon/python-sasl",
24+
url="http://github.com/cloudera/python-sasl",
2525
maintainer="Todd Lipcon",
2626
maintainer_email="[email protected]",
2727
description="""Cyrus-SASL bindings for Python""",
28+
classifiers=[
29+
'Programming Language :: Python :: 2',
30+
'Programming Language :: Python :: 3',
31+
],
2832
packages=['sasl'],
2933
install_requires=['six'],
3034
ext_modules=[sasl_module],

0 commit comments

Comments
 (0)