Colin-b / pytest_httpx

pytest fixture to mock HTTPX
https://colin-b.github.io/pytest_httpx/
MIT License
366 stars 31 forks source link

build: migrate package metadata to `pyproject.toml` #136

Closed felixscherz closed 9 months ago

felixscherz commented 9 months ago

Hi!

This is in regards to #127. I followed this guide on modernizing a setup.py project and used hatch to run hatch new --init which does most of the conversion automatically.

I also updated the github actions to reflect the new way of building the package.

Let me know if you have any remarks:)

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Colin-b commented 9 months ago

Thanks a lot this looks nice ! I'd rather stay with setuptools for now if possible instead of switching to hatch but I can do this small change in my own, after merging your changes :) I'll give this a closer look asap !

Colin-b commented 9 months ago

pytest-httpx 0.30.0 is now available on pypi. First build with your changes. Thanks again