Re: Module not included when running "setup.py sdist"

2008-11-22 Thread Martin v. Löwis
> I did not see "wyzard.py" anywhere in there, so I copied wyzard.py to > "~/Code/distrib/wyzard" (so that it was living next to the setup > script), deleted the tarball created by the first try, and ran > "setup.py sdist" again. It still hadn't copied to the tarball. I tried > again several times,

Module not included when running "setup.py sdist"

2008-11-22 Thread Leaf
I'm running Python 2.5.2 on Ubuntu Hardy. I'm trying to write a Distutils setup script to distribute and upload to PyPI a module I wrote called "Wyzard." My setup script looks like: setup(name='Wyzard', version='0.8', author='LeafStorm/Pacific Science', author_email='[EMAIL PROTE