Skip to content

Commit af8847c

Browse files
author
Pan
committed
Updated setup.py, bumped version
1 parent 22965f8 commit af8847c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
setup(
5959
name='ssh2-python',
6060
# version=versioneer.get_version(),
61-
version='0.2.0',
61+
version='0.2.1',
6262
url='https://github.com/ParallelSSH/ssh2-python',
6363
license='LGPLv2',
6464
author='Panos Kittenis',
@@ -77,4 +77,5 @@
7777
'Programming Language :: Python :: 3',
7878
],
7979
ext_modules=extensions,
80+
package_data={'ssh2': ['*.pxd']},
8081
)

0 commit comments

Comments
 (0)