We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For a while now, the 'state-of-the-art' builder for Python packaging has been the pyproject.toml approach
pyproject.toml
@garrettmflynn I say we give it a try if you're up for it: https://packaging.python.org/en/latest/tutorials/packaging-projects/
(I'm also happy to handle this if you prefer)
HDMF-Zarr has used this recently: https://github.com/hdmf-dev/hdmf-zarr/blob/dev/pyproject.toml
Though I think we'd still stick to setuptools and not use tox
setuptools
tox
Ultimately we'd also have an adjusted auto-release workflow too
The text was updated successfully, but these errors were encountered:
Sounds good. Was curious about this when I started configuring, I'll get a pyproject.toml going
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
For a while now, the 'state-of-the-art' builder for Python packaging has been the
pyproject.toml
approach@garrettmflynn I say we give it a try if you're up for it: https://packaging.python.org/en/latest/tutorials/packaging-projects/
(I'm also happy to handle this if you prefer)
HDMF-Zarr has used this recently: https://github.com/hdmf-dev/hdmf-zarr/blob/dev/pyproject.toml
Though I think we'd still stick to
setuptools
and not usetox
Ultimately we'd also have an adjusted auto-release workflow too
The text was updated successfully, but these errors were encountered: