Currently the `MANIFEST.in` file contains some invalid entries and could use an overall cleanup. As suggested by @The-Compiler in #1901, we probably could add [`check-manifest`](https://pypi.python.org/pypi/check-manifest) to our `linting` environment and use [pyroma](https://bitbucket.org/regebro/pyroma) too.
Currently the
MANIFEST.infile contains some invalid entries and could use an overall cleanup.As suggested by @The-Compiler in #1901, we probably could add
check-manifestto ourlintingenvironment and use pyroma too.