tox-dev / tox-uv

Use https://github.com/astral-sh/uv with tox
MIT License
112 stars 17 forks source link

Fix fail for package with '-' in name #32

Closed hkad98 closed 7 months ago

hkad98 commented 7 months ago

When package contained '-' tox-uv failed to install it. The name was split and the first part was taken which caused that the rest of the name was missing.

Closes: https://github.com/tox-dev/tox-uv/issues/31

AiyionPrime commented 7 months ago

Ah, nice. Thanks for taking care, you two :)