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_files as well, with the same result; examples/ > fig2.3.apt is not added to the tarball. > > -- > bytecolor
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 https://springpython.python-hosting.com/browser/trunk/samples That is for the samples section. For my main package, I have something similar at https://springpython.python-hosting.com/browser/trunk/src -- http://mail.python.org/mailman/listinfo/python-list