tiagocoutinho / modbus-proxy

Connect multiple clients to modbus devices
Other
71 stars 13 forks source link

Fix error tox config file not found #20

Closed dwrobel closed 1 year ago

dwrobel commented 1 year ago

Fixes the following error while running tox: $ tox ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found

$ tox --version 3.26.0 imported from /usr/lib/python3.10/site-packages/tox/init.py registered plugins: tox-current-env-0.0.8 at /usr/lib/python3.10/site-packages/tox_current_env/hooks.py

This happens for the tarball fetched from[1].

[1] https://files.pythonhosted.org/packages/source/m/modbus-proxy/modbus-proxy-0.6.8.tar.gz

Signed-off-by: Damian Wrobel dwrobel@ertelnet.rybnik.pl

tiagocoutinho commented 1 year ago

thanks for the fix. looks good to me!