pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 306 forks source link

Remove distutils index-servers from config #1038

Closed miketheman closed 6 months ago

miketheman commented 9 months ago

Replace RawConfigParser with ConfigParser Update lookup to use .sections() and .has_section()

Removes extra entries from tests, since the default fallback will no longer automatically add them to an empty config.

miketheman commented 9 months ago

It's a draft, since it might be contentious. Figured a good place to converse about it. Sparked from https://github.com/pypa/twine/issues/496#issuecomment-1866940798

miketheman commented 6 months ago

Closing, as I never got back to this. I still think a simpler config is a good idea!