Skip to content

Commit e53d43a

Browse files
committed
do not forget to update this damned setup...
1 parent e9b9046 commit e53d43a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
from distutils.core import setup, Extension
2424

2525
setup(name='pysctp',
26-
version='0.6.1',
26+
version='0.6.2',
2727
license = "LGPL",
28-
description = 'pysctp is a python module for the SCTP protocol stack and library. ',
29-
long_description = 'pysctp is a python module for the SCTP protocol stack and library. It is the socket API implementation, not the SCTPlib implementation (this latest one is not supported anymore by their original developers). On Mac OS X you will need the SCTP NKE (Kernel Extensions) to make it work, use: http://sctp.fh-muenster.de/sctp-nke.html. On Debian-based systems, you need a SCTP-aware kernel (most are) and install the following packages: apt-get install libsctp-dev libsctp1 lksctp-tools',
28+
description = 'pysctp is a python module for the SCTP protocol stack and library',
29+
long_description = 'pysctp is a python wrapper for the SCTP protocol stack and library. On Mac OS X you will need the SCTP NKE (Kernel Extensions). On Linux systems, you need an SCTP-aware kernel (most are) and install the following packages (debian): apt install libsctp-dev libsctp1 lksctp-tools',
3030
url = "https://github.com/p1sec/pysctp",
3131
keywords = "SCTP SIGTRAN",
32-
platforms = ["Linux", "Debian", "Ubuntu", "Mac OS X (tested on 10.4)"],
32+
platforms = ["Linux", "Debian", "Ubuntu", "Mac OS X (untested)"],
3333
classifiers = ['Development Status :: 5 - Production/Stable',
3434
'Intended Audience :: Developers',
3535
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',

0 commit comments

Comments
 (0)