We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22965f8 commit af8847cCopy full SHA for af8847c
setup.py
@@ -58,7 +58,7 @@
58
setup(
59
name='ssh2-python',
60
# version=versioneer.get_version(),
61
- version='0.2.0',
+ version='0.2.1',
62
url='https://github.com/ParallelSSH/ssh2-python',
63
license='LGPLv2',
64
author='Panos Kittenis',
@@ -77,4 +77,5 @@
77
'Programming Language :: Python :: 3',
78
],
79
ext_modules=extensions,
80
+ package_data={'ssh2': ['*.pxd']},
81
)
0 commit comments