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

migrate from setup.cfg to pyproject.toml #93

Merged
merged 3 commits into from
Sep 29, 2023

Conversation

briantist
Copy link
Owner

@briantist briantist commented Sep 29, 2023

Fixes #91

  • migrates everything from setup.cfg to pyproject.toml (also update some fields)
  • remove ./tests/requirements.txt and ./requirements.txt
  • add a [tests] requirements group to the project (and use it in CI)
  • bump version to 0.10.1-dev0

@briantist briantist added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 29, 2023
@briantist briantist added this to the v0.10.1 milestone Sep 29, 2023
@briantist briantist self-assigned this Sep 29, 2023
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7f22220) 56.77% compared to head (3ada378) 56.77%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #93   +/-   ##
=======================================
  Coverage   56.77%   56.77%           
=======================================
  Files          27       27           
  Lines        1011     1011           
=======================================
  Hits          574      574           
  Misses        437      437           

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

@briantist briantist merged commit bffe509 into main Sep 29, 2023
11 checks passed
@briantist briantist deleted the build/setup.cfg-pyproject.toml branch September 29, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build warning re: setup.cfg vs pyproject.toml
1 participant