Adds a package-check command to make sure the package description for pypi is valid.
Both new combinations of make recipe work as anticipated:
twine check dist/*
Checking distribution dist/metsrw-0.3.12-py2.py3-none-any.whl: Passed
Checking distribution dist/metsrw-0.3.12.tar.gz: Passed
twine upload dist/* --repository-url https://upload.pypi.org/legacy/
Enter your username:
Adds a package-check command to make sure the package description for pypi is valid.
Both new combinations of
make
recipe work as anticipated:Connected to archivematica/issues#875