Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4c04a7dd1 | ||
|
|
cdcfdec379 |
4
setup.py
4
setup.py
@@ -4,7 +4,7 @@ import setuptools
|
|||||||
from distutils.core import setup, Extension
|
from distutils.core import setup, Extension
|
||||||
|
|
||||||
setup(name='rdpy',
|
setup(name='rdpy',
|
||||||
version='1.1.1',
|
version='1.1.3',
|
||||||
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.
|
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol.
|
||||||
@@ -34,7 +34,7 @@ setup(name='rdpy',
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'twisted',
|
'twisted',
|
||||||
'pyopenssl',
|
'pyopenssl',
|
||||||
'service_identity'
|
'service_identity',
|
||||||
'qt4reactor',
|
'qt4reactor',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user