package_data question

2009-12-04 Thread Miki
Hello All, I'm trying to add package_data from outside the package directory. The current project looks like: . |-- __init__.py |-- a | `-- src | `-- py | `-- __init__.py |-- b | `-- src | `-- py | `-- __init__.py |-- c | `-- src | `-- py | `--

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

package_data question

2007-03-04 Thread bytecolor
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_files as well, with the same result; examples/ fig2.3.apt is not added to