ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 72 forks source link

Source code files included in installed distribution #147

Closed malthe closed 3 years ago

malthe commented 3 years ago

Steps to reproduce:

  1. Install using "pip" from source distribution.

Expected behaviour: [What was expected to happen.]

Only Python module files and binary code is installed in site-packages.

Actual behaviour: [What actually happened.]

Source code (e.g. "session.c") is included.

Additional info: [Include version of libssh2 and any other relevant information.]

image
pkittenis commented 3 years ago

Source distribution will include source files.