Make dist checking directory-agnostic
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:47:18 +0000 (15:47 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:47:18 +0000 (15:47 +0000)
commit8c920b5c4b87fd8b54fd566c462c47f9e7f47693
tree101a8327428132a9c7c829714b687075cbd350fc
parent1627fd4460858d164486a15a69efcd2aab7b1099
Make dist checking directory-agnostic

Use the toxindir replacement macro in tox.ini to properly anchor the
base directory for dist building and checking. This ensures it will
run successfully even if the current working directory is not the
top level directory of the source tree.
tox.ini