On Jan 19, 2015, at 07:23 PM, Ben Finney wrote:

>My understanding, based on an answer received elsewhere [0], is that
>omitting the file from ‘setup.py’ but adding it to ‘MANIFEST.in’ causes
>it to be included in the sdist but omitted from install targets.

I haven't read the whole thread (no time right now) but this is a pretty
standard solution for packaging problems I've had with Debian.   If a file
(like MANIFEST.in itself) is not included in the sdist, then building the
binary package will often fail.  I forget the exact symptoms, but it's
probably easily reproducible if you care.

Cheers,
-Barry

Attachment: pgpvbQ0uUeIuk.pgp
Description: OpenPGP digital signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to