Re: [Announce] BlueBream: Script to setup a Zope project directory
Baiju M <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 4, 2010 at 12:38 AM, Alex Clark <[email protected]> wrote: > Also, there are a few installation issues (fixed by running `mkdir -p` by hand): > http://pastie.org/765137 > http://pastie.org/765140 On a closer look, this error puzzling me. The "var" and its sub-folders are already existing in the source. But when I run setuptools "sdist" command, its missing from the tar ball. I have these two options in my setup.py: packages=find_packages("src"), include_package_data=True, Regards, Baiju M _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )