exrex
exrex copied to clipboard
Moved the metadata into PEP 621-compliant pyproject.toml.
+1 for this, but add tox.ini
metadata, and delete MANIFESTS.in
. I would also suggest moving to src-layout
- [x] add
tox.ini
metadata - [x] delete
MANIFEST.in
. - [x] moved to src-layout - IMHO "src-layout" is inconvenient. IMHO the distinctions to "flat layout" mentioned on the corresponding page are drawbacks of "src-layout", not advantages.
I've personally had a few problems when testing python packages using virtual environment with contaminations with the test environment.
OK, done.