Source: check-manifest Maintainer: Debian Python Team Uploaders: Sergio Durigan Junior Section: utils Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-toml, python3-mock, python3-build (>= 0.1), git , mercurial , brz , subversion , python3-nose , python3-pep517 , Standards-Version: 4.5.1 Homepage: https://github.com/mgedmin/check-manifest Vcs-Git: https://salsa.debian.org/python-team/packages/check-manifest.git Vcs-Browser: https://salsa.debian.org/python-team/packages/check-manifest Rules-Requires-Root: no Package: check-manifest Architecture: all Depends: ${python3:Depends}, ${misc:Depends} 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.