Skip to content

Commit 1520ff2

Browse files
committed
update the python version in the setup.py
1 parent 6318b59 commit 1520ff2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
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)