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

MNT: Update Python package configuration to use pyproject.toml #1822

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

effigies
Copy link
Collaborator

@effigies effigies commented Oct 4, 2023

This PR is one in a series to factor out the Python validator from the Javascript validator.

Here we update the configuration to use pyproject.toml, which will simplify any transitions we want to make away from setuptools+versioneer. We also are able to use versioneer as a build-time dependency instead of vendored, reducing a bit of noise in the repository.

A future PR will add bidsschematools as a dependency and replace the current functions with shims around that.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (92d459e) 83.56% compared to head (4941fc9) 83.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1822   +/-   ##
=======================================
  Coverage   83.56%   83.56%           
=======================================
  Files          92       92           
  Lines        3895     3895           
  Branches     1272     1272           
=======================================
  Hits         3255     3255           
  Misses        542      542           
  Partials       98       98           

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

@effigies
Copy link
Collaborator Author

effigies commented Oct 4, 2023

Could I request a review from a Pythonista? Pinging @bids-standard/maintainers, but anybody should be able to review this.

Copy link
Member

@sappelhoff sappelhoff left a comment

Choose a reason for hiding this comment

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

@rwblair rwblair merged commit da75d00 into bids-standard:master Oct 4, 2023
20 of 24 checks passed
@effigies effigies deleted the mnt/pyproject branch October 4, 2023 14:36
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.

3 participants