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

Prefer pyproject.toml over setup.cfg #425

Merged
merged 14 commits into from
Oct 31, 2023
Merged

Prefer pyproject.toml over setup.cfg #425

merged 14 commits into from
Oct 31, 2023

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Oct 30, 2023

  • Move to using pyproject.toml where possible (or reasonable). Some tools do not support this format yet (e.g., flake8) or do not support it natively (tox.ini).

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #425 (ba7cb21) into main (7c372c1) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #425   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files         121      121           
  Lines       22882    22882           
=======================================
  Hits        22843    22843           
  Misses         39       39           
Files Coverage Δ
anvil_consortium_manager/__init__.py 100.00% <100.00%> (ø)
anvil_consortium_manager/adapters/account.py 100.00% <100.00%> (ø)
anvil_consortium_manager/adapters/workspace.py 100.00% <100.00%> (ø)
anvil_consortium_manager/anvil_api.py 98.27% <100.00%> (ø)
anvil_consortium_manager/apps.py 100.00% <100.00%> (ø)
anvil_consortium_manager/audit/audit.py 100.00% <100.00%> (ø)
anvil_consortium_manager/auth.py 100.00% <100.00%> (ø)
anvil_consortium_manager/forms.py 100.00% <100.00%> (ø)
...ium_manager/management/commands/run_anvil_audit.py 100.00% <100.00%> (ø)
anvil_consortium_manager/models.py 100.00% <100.00%> (ø)
... and 18 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

setuptools gave warnings about submodules that were not declared.
instead of including all those separately, change the way that
pyproject.toml declares how to find packages. As part of this,
remove the docs/_build directory using MANIFEST.in.
Note: changing the line length reformatted a number of files.
Rearrange pyproject.toml and add additional spacing lines. Remove
commented out lines in setup.cfg that had been migrated to the
pyproject.toml file.
@amstilp amstilp merged commit 626ef34 into main Oct 31, 2023
13 checks passed
@amstilp amstilp deleted the maint/pyproject-toml branch February 29, 2024 22:22
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.

None yet

1 participant