ionelmc / tox-wheel

A Tox plugin that builds and installs wheels instead of sdist. Note that this plugin is obsolte as tox 4.0 already has wheel support.
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

gracefully handle config typos #7

Open graingert opened 4 years ago

graingert commented 4 years ago
wheel =
    pep517=True
    build_env=build
    dirty=True
ionelmc commented 4 years ago

I like the first idea as it doesn't make users change configuration.