fix lib_files generation
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 7 Jun 2013 14:42:27 +0000 (07:42 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Jun 2013 13:50:17 +0000 (09:50 -0400)
commita19402c4148154399ad316fa36e6b222c5a08ec3
tree0553e0c52a31be04f1f157f9834e6b7f127dad8c
parentf8989f9a1642dbe5db14e31693beafe566a0d019
fix lib_files generation

Move data_file generation out of setup().
Rework file() to yield the files in the correct form.
wking: Use dirpath directly.
wking: Remove unneeded list() use.
wking: Use relative paths.
setup.py