fix issue on unhandle upadte

This commit is contained in:
speyrefitte
2015-05-21 10:29:32 +02:00
parent 763ed2e3ee
commit a23ae25a1f
6 changed files with 34 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import setuptools
from distutils.core import setup, Extension
setup(name='rdpy',
version='1.3.1',
version='1.3.2',
description='Remote Desktop Protocol in Python',
long_description="""
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (Client and Server side). RDPY is built over the event driven network engine Twisted.