infinyon / fluvio-client-python

The Fluvio Python Client!
https://infinyon.github.io/fluvio-client-python/fluvio.html
Apache License 2.0
14 stars 12 forks source link

fix: change to recommended dev build #396

Closed digikata closed 8 months ago

digikata commented 8 months ago

Change from deprecated "python setup.py develop" to "pip install -e ."

This removes annoying deprecated setup.py message (for which direct calling is deprecated not setup.py itself?)

https://github.com/pypa/setuptools/issues/917#issuecomment-1759240469