extend tox wheel environment to respect {posargs}
Currently the wheel
target does do what it is expected to, creating a wheel
package. Even though it would be nice if we could create an sdist
tarball too.
To make this possible, we can extend the command to respect the {posargs} variable and issue a command like this to also build an sdist
tarball:
tox -e wheel sdist