8000 fix: Fix deprecated/invalid config in `setup.cfg` by abravalheri · Pull Request #853 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

fix: Fix deprecated/invalid config in setup.cfg #853

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

Merged
merged 4 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix deprecated/invalid setup.cfg
Dash-separated keys for setuptools config have been deprecated in [v54.1.10 (2021)](https://setuptools.pypa.io/en/latest/history.html#id855)and removed in [v78](https://setuptools.pypa.io/en/latest/history.html#v78-0-0).
  • Loading branch information
abravalheri authored Mar 24, 2025
commit 2eb016cf9baa20d7870179bb1c716964e53956a2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
universal = 1

[metadata]
description-file = README.md
description_file = README.md
license = MIT

[flake8]
Expand Down
Loading
0