From 6c93ca17b0ce9a35eb261793c410f6e038cd4668 Mon Sep 17 00:00:00 2001 From: citronneur Date: Mon, 16 Feb 2015 11:35:01 +0100 Subject: [PATCH] release 1.2.2 --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 5256fbc..7295ea9 100644 --- a/setup.py +++ b/setup.py @@ -4,20 +4,20 @@ import setuptools from distutils.core import setup, Extension setup(name='rdpy', - version='1.2.1', + version='1.2.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. RDPY provide RDP and VNC binaries : - \t-RDP Man In The Middle proxy which record session - \t-RDP Honeypot - \t-RDP screenshoter - \t-RDP client - \t-VNC client - \t-VNC screenshoter - \t-RSS Player + - RDP Man In The Middle proxy which record session + - RDP Honeypot + - RDP screenshoter + - RDP client + - VNC client + - VNC screenshoter + - RSS Player """, author='Sylvain Peyrefitte', author_email='citronneur@gmail.com',