Posted on Mar 20, 2008 by
Quick Rhino
What steps will reproduce the problem?
- python setup.py sdist
- tar ztf dist/esmre-0.2.1.tar.gz | grep test
What is the expected output?
esmre-0.2.1/test/ esmre-0.2.1/test/esm_tests.py esmre-0.2.1/test/esmre_tests.py
What do you see instead?
No results.
Comment #1
Posted on May 2, 2008 by Quick RhinoFixed in trunk@24.
Distutils only includes test modules in the source distribution if their filenames match 'test/test*.py'. See http://docs.python.org/dist/manifest.html.
I changed renamed the test modules to match the pattern.
Comment #2
Posted on Oct 1, 2008 by Quick RhinoReleased in 0.3.0.
Status: Released
Labels:
Type-Defect
Priority-Low