Skip to content

Update setuptools command option normalization

username-removed-6325 requested to merge bug/121 into master

We were very naively "normalizing" options parsed and provided by setuptools. This updates our handling to store the Option instance from optparse so we can inspect the type, action, and option name for more intelligent option normalization.

Closes #121 (closed)

Merge request reports