update README

This commit is contained in:
speyrefitte
2015-01-15 10:50:21 +01:00
parent 9dcac862ff
commit c5b8588e5f
2 changed files with 13 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import setuptools
from distutils.core import setup, Extension
setup(name='rdpy',
version='1.2.0',
version='1.2.1',
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).
@@ -13,10 +13,10 @@ setup(name='rdpy',
RDPY provide RDP and VNC binaries :
\t-RDP Man In The Middle proxy which record session
\t-RDP Honeypot
\t-RDP screen shooter
\t-RDP screenshoter
\t-RDP client
\t-VNC client
\t-VNC screen shooter
\t-VNC screenshoter
\t-RSS Player
""",
author='Sylvain Peyrefitte',
@@ -48,5 +48,6 @@ setup(name='rdpy',
'service_identity',
'qt4reactor',
'rsa',
'pyasn1',
],
)