chiark / gitweb /
include a setuptools MANIFEST to make sure things get installed
authorHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 00:04:20 +0000 (20:04 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 2 Apr 2014 21:54:21 +0000 (17:54 -0400)
commit0663d7b19744b597262daf4fc3e59d32f8e716b9
tree52874d52397d55c541aa72b7cb6b4cbf75c9caf8
parent21fca70d8b3d30902b2a2db3b19d371fca8ac7ad
include a setuptools MANIFEST to make sure things get installed

Using `python setup.py install`, things in non-standard python paths need
to be added to the MANIFEST in order for them to be included and installed.
There might be a better solution for this, but I haven't found it.
MANIFEST.in [new file with mode: 0644]