> And don't forget to include MANIFEST.in in MANIFEST.in. > > On 7/16/2014 8:00 AM, Vladimir Diaz wrote: > > Have you tried adding the line "include README.md" to MANIFEST.in? That > > should do the trick.
It did do the trick! Thanks so much! Where should I submit a suggestion for improved documentation? There was no documentation about the MANIFEST.in file format at http://guide.python-distribute.org/creation.html or at https://pythonhosted.org/setuptools/setuptools.html#including-data-files . Reading the documentation at https://docs.python.org/2/distutils/sourcedist.html#manifest , I got the impression that I should list the raw file names (or patterns) without the include directive. Thanks, --josh
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
