Skip to content

add MANIFEST.in and include .txt files

Damien requested to merge mdamien/metslesliens:1.1.1-manifest into master

When installing the package, I got the .txt files as missing.

For the MANIFEST.in, it looks like a standard practice: https://github.com/django/django/blob/master/MANIFEST.in So people can read the readme of the installed package.

To reproduce:

  • python setup.py sdist
  • pip install dist/package-XXX.tar.gz
  • python -m metslesliens
    • get error because grammaire-liens.txt is not there

Merge request reports