update setup.py
This commit is contained in:
16
setup.py
16
setup.py
@@ -4,20 +4,12 @@ import setuptools
|
|||||||
from distutils.core import setup, Extension
|
from distutils.core import setup, Extension
|
||||||
|
|
||||||
setup(name='rdpy',
|
setup(name='rdpy',
|
||||||
version='1.2.2',
|
version='1.3.0',
|
||||||
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 : RDP Man In The Middle proxy which record session, RDP Honeypot, RDP screenshoter, RDP client, VNC client, VNC screenshoter, 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='Sylvain Peyrefitte',
|
||||||
author_email='citronneur@gmail.com',
|
author_email='citronneur@gmail.com',
|
||||||
@@ -29,6 +21,8 @@ setup(name='rdpy',
|
|||||||
'rdpy.protocol',
|
'rdpy.protocol',
|
||||||
'rdpy.protocol.rdp',
|
'rdpy.protocol.rdp',
|
||||||
'rdpy.protocol.rdp.pdu',
|
'rdpy.protocol.rdp.pdu',
|
||||||
|
'rdpy.protocol.rdp.nla',
|
||||||
|
'rdpy.protocol.rdp.t125',
|
||||||
'rdpy.protocol.rfb',
|
'rdpy.protocol.rfb',
|
||||||
'rdpy.ui'
|
'rdpy.ui'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user