release 1.2.2

This commit is contained in:
citronneur
2015-02-16 11:35:01 +01:00
parent a01eb57cef
commit 962fa2415c

View File

@@ -4,20 +4,20 @@ import setuptools
from distutils.core import setup, Extension from distutils.core import setup, Extension
setup(name='rdpy', setup(name='rdpy',
version='1.2.1', version='1.2.2',
description='Remote Desktop Protocol in Python', description='Remote Desktop Protocol in Python',
long_description=""" long_description="""
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (Client and Server side). 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. RDPY is built over the event driven network engine Twisted.
RDPY provide RDP and VNC binaries : RDPY provide RDP and VNC binaries :
\t-RDP Man In The Middle proxy which record session - RDP Man In The Middle proxy which record session
\t-RDP Honeypot - RDP Honeypot
\t-RDP screenshoter - RDP screenshoter
\t-RDP client - RDP client
\t-VNC client - VNC client
\t-VNC screenshoter - VNC screenshoter
\t-RSS Player - RSS Player
""", """,
author='Sylvain Peyrefitte', author='Sylvain Peyrefitte',
author_email='citronneur@gmail.com', author_email='citronneur@gmail.com',