-
When creating source tarball via "python setup.py sdist" or "python setup.py bdist_rpm", then include test code and data so can still run unittests. This does not affect the rpms. Tried first to achieve this effect (test[-data] included in source but not in rpm) using options in setup.py but failed.