Skip to content

inconsistent include directive in MANIFEST.in file

The MANIFEST.in file contains the line

include requirements.txt

but the template produces the files <root_dir>/requirements/dev.txt and <root_dir>/requirements/dev.txt.

I guess that these should be included in the manifest file. I will change this.