Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dist): remove setup.cfg #2277

Merged
merged 14 commits into from
Aug 31, 2024
Merged

chore(dist): remove setup.cfg #2277

merged 14 commits into from
Aug 31, 2024

Conversation

vytas7
Copy link
Member

@vytas7 vytas7 commented Aug 18, 2024

Remove setup.cfg altogheter, and consolidate most of the things inside pyproject.toml.
Bring back logotypes into README.rst, stop using raw HTML there. ⬅️ 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.

@vytas7 vytas7 requested review from kgriffs and CaselIT August 18, 2024 18:53
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

README.rst Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
CaselIT
CaselIT previously approved these changes Aug 19, 2024
CaselIT
CaselIT previously approved these changes Aug 20, 2024
@vytas7 vytas7 marked this pull request as ready for review August 31, 2024 15:02
@vytas7 vytas7 requested a review from CaselIT August 31, 2024 15:02
Copy link
Member

@CaselIT CaselIT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok. Left a couple of comments

RELEASE.md Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
@vytas7 vytas7 requested a review from CaselIT August 31, 2024 19:37
@vytas7 vytas7 merged commit 7bb24dc into falconry:master Aug 31, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of setup.cfg
2 participants