Re: Distutils: relative paths

2005-02-19 Thread George Sakkis
"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

Distutils: relative paths

2005-02-19 Thread Frans Englich
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