2 Commits

Author SHA1 Message Date
speyrefitte
e4c04a7dd1 rrrr tag to quickly 2014-12-03 09:56:41 +01:00
speyrefitte
cdcfdec379 bad setup.py 2014-12-03 09:51:43 +01:00

View File

@@ -4,7 +4,7 @@ import setuptools
from distutils.core import setup, Extension
setup(name='rdpy',
version='1.1.1',
version='1.1.3',
description='Remote Desktop Protocol in Python',
long_description="""
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol.
@@ -34,7 +34,7 @@ setup(name='rdpy',
install_requires=[
'twisted',
'pyopenssl',
'service_identity'
'service_identity',
'qt4reactor',
],
)