You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should we do now that we are arriving the end of the deprecation period? Should we simply transform the warnings in errors? Would that be too disruptive in the community?
The text was updated successfully, but these errors were encountered:
When working recently on setuptools changes I noticed that some deprecations have reached due date:
setuptools/setuptools/dist.py
Lines 499 to 509 in 3106af0
setuptools/setuptools/dist.py
Lines 521 to 534 in 3106af0
The problem is that I don't think that the community have moved towards fixing those usages, as indicated by this GitHub search: https://github.com/search?q=%2Fauthor-email%7Cmaintainer-email%7Clong-description%7Clicense-file%2F+path%3Asetup.cfg&type=code&p=5. Disclaimer: I don't know if these results use the
setup.cfg
format of a tool that is different than setuptools and accepts dashes (I don't know for example ifpbr
accepts dashes).What should we do now that we are arriving the end of the deprecation period? Should we simply transform the warnings in errors? Would that be too disruptive in the community?
The text was updated successfully, but these errors were encountered: