check-manifest

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

Install

All systems
curl cmd.cat/check-manifest.sh
Debian Debian
apt-get install check-manifest
Ubuntu
apt-get install check-manifest
image/svg+xml Kali Linux
apt-get install check-manifest
Windows (WSL2)
sudo apt-get update sudo apt-get install check-manifest

check-manifest

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.