"Frans Englich" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hello,
>
> I have trouble installing a data directory which is not a child of my package
> directory in the source directory.
>
> My source directory looks like this:
>
> ./setup.py
> schemas/*.xsd
> foo/*.py
>
> And w
Hello,
I have trouble installing a data directory which is not a child of my package
directory in the source directory.
My source directory looks like this:
./setup.py
schemas/*.xsd
foo/*.py
And when it's installed, it should look like:
site-packages/foo/*.py
site-packages/foo/schemas/*.xsd