At 09:33 AM 4/30/2008 -0600, Michael Hearne wrote:
Oh, ok. So is there a way to include data (in a package or not) in
my binary distribution?
See the distutils docs on that. There has been some discussion
around creating a standard for including docs and other things in egg
metadata, but no
Oh, ok. So is there a way to include data (in a package or not) in my
binary distribution?
--Mike
On Apr 30, 2008, at 9:27 AM, Phillip J. Eby wrote:
At 09:15 AM 4/30/2008 -0600, Michael Hearne wrote:
I'm having trouble bundling any kind of data (non-Python code) in
my egg.
Here are the f
At 09:15 AM 4/30/2008 -0600, Michael Hearne wrote:
I'm having trouble bundling any kind of data (non-Python code) in my egg.
Here are the file contents of my source directory:
hello.py (cheesy script)
README.txt
MANIFEST.in (has one line, "include *.txt")
setup.py, which looks like:
from setupt
I'm having trouble bundling any kind of data (non-Python code) in my
egg.
Here are the file contents of my source directory:
hello.py (cheesy script)
README.txt
MANIFEST.in (has one line, "include *.txt")
setup.py, which looks like:
from setuptools import setup, find_packages
setup(
name