tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Fix module installation #241

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Part of #238 (required for correct autoversion display)

Refer to commits for detailed info.

This PR fixed installation commands like

pip install git+https://github.com/tarantool/tarantool-python.git@DifferentialOrange/gh-238-fix-install

Before this patch, setup.py missed several requirements and msgpack_ext folder was missing from the package.

DifferentialOrange commented 1 year ago

We could add test install to CI.

Added in separate commit

UPD: work in progress

UPD2: all issues resolved, ready for review