Thanks for the reply, how does "graft" differ from recursive-include? Do you know?
On Sun, Oct 18, 2009 at 3:26 AM, sffjunkie <[email protected]> wrote: > > Thomas, > > I believe you need to create a ``MANIFEST.in`` file alongside your > ``setup.py``, with a line that says:: > > graft docs > > Which should add the docs directory to your egg file (assuming you > have the docs directory in the root of your project.) > > It works for a standard distutils project so there's no reason it > shouldn't work with an egg. > > Regards > Simon > > On Oct 16, 7:58 pm, "Thomas G. Willis" <[email protected]> wrote: > > Hi all, > > > > apologies in advance if this isn't a sphinx thing but the google gods > > are failing me at the moment. > > > > Can anyone refer me to some method of including docs with an egg. > > > > I guess what I would like to have is something like... > > > > c:\project\myegg-src>python setup.py bdist_egg > > > > to produce... > > > > ./myegg-0.0 > > ..../docs > > ..../myegg > > ..../tests > > > > But I'm not quite grokking how to get this to work. > > > > Any help is appreciated. > > > -- Thomas G. Willis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
