falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

chore(dist): remove `setup.cfg` #2277

Closed vytas7 closed 1 month ago

vytas7 commented 1 month ago

Remove setup.cfg altogheter, and consolidate most of the things inside pyproject.toml. Bring back logotypes into README.rst, stop using raw HTML there. :arrow_left: Already in master, preview can be found here: https://test.pypi.org/project/falcon/4.0.0.dev2/.

One consequence of this change is that we are completely dropping support for the python setup.py test command, but so do the newest versions of setuptools.

Closes: #2314.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (00f2212) to head (e46c447). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2277 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7506 7506 Branches 1277 1277 ========================================= Hits 7506 7506 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.