How to Install check-manifest in Ubuntu 18.04



Install check-manifest by entering the following commands in the terminal:

sudo apt update
sudo apt install check-manifest

Description:

Tool to check the completeness of MANIFEST.in for Python packages (Python 3)

The check-manifest tool performs a check on a MANIFEST.in file from a Python project and verifies its completeness. It can also create a MANIFEST.in file from scratch or append suggestions to it, and the user can also ignore certain patterns if needed.

Homepage: https://github.com/mgedmin/check-manifest

Version: 0.36-2

Section: universe/utils