[TransWarp] typo in setup.py
Phillip J. Eby
pje at telecommunity.com
Mon Aug 4 11:11:32 EDT 2003
At 02:07 PM 8/4/03 +0200, Ulrich Eck wrote:
>hi phillip,
>
>there is a typo in setup.py:
>
> data_files += [
> ('peak/running/tests',
>['src/peak/running/tests/test_cluster.txt']),
> ('peak/config/tests',
>['src/peak/config/tests/test_links.ini']),
> ('peak/web/tests', ['src/peak/config/tests/template1.pwt']),
> ]
>
>template1.pwt is in src/peak/web/tests/template1.pwt
>
>the python setup.py install complains about this.
Thanks. Obviously, I didn't test installing after I added the template
file test. :)
More information about the PEAK
mailing list