chiark / gitweb /
include prefix in data_files install path so it installs correctly
authorHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 18:41:20 +0000 (14:41 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 21:54:21 +0000 (17:54 -0400)
commit1b130950fd9447e8b538f8b93e6da44873cbb65b
treee08969e5085a139626b5318f0c53e6e0a0a23b6b
parent0663d7b19744b597262daf4fc3e59d32f8e716b9
include prefix in data_files install path so it installs correctly

setuptools wants to stick any relative install path in data_files into the
.egg package.  Things are not setup to use the egg now.  We might want to
consider using sticking files into the egg via pkg_resource in the future.
setup.py