Re: package_data question

2007-03-05 Thread bytecolor
On Mar 5, 3:52 pm, "Goldfish" <[EMAIL PROTECTED]> wrote: > On Mar 5, 1:56 am, "bytecolor" <[EMAIL PROTECTED]> wrote: > I have a package along with a samples section. I have both a setup.py > script along with a MANIFEST.in file to make sure everything gets in. > You can see both of the files > at

Re: package_data question

2007-03-05 Thread Goldfish
On Mar 5, 1:56 am, "bytecolor" <[EMAIL PROTECTED]> wrote: > I have a simple package. I'm trying to add an examples subdirectory > with distutils. I'm using Python 2.4 on Linux. My file layout and > setup.py can be found here: > > http://www.deadbeefbabe.org/paste/3870 > > I've tried using data_file