release 1.2.2
This commit is contained in:
16
setup.py
16
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user