I use this in setup.py:
    ..
    long_description = open('README.rst', 'rb').read(),
    ..

Which fails during installation, because README.rst is not shipped.
The usual way to include is through MANIFEST.in

    http://docs.python.org/2/distutils/sourcedist.html

Is it possible to include README.rst with source distribution, but
without creating yet another file? Is it possible to specify includes
in setup.py?
--
anatoly t.
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to