]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fix bundled data under git, remove setuptools_darcs
authorBrian Warner <warner@lothar.com>
Sun, 8 Jan 2012 18:16:54 +0000 (10:16 -0800)
committerBrian Warner <warner@lothar.com>
Sun, 8 Jan 2012 22:12:50 +0000 (14:12 -0800)
commit9175c2451adf3925ced3c184fbd0bb1eaca263cc
tree904a32bed6611ebae3019afa73f69c857f73dd58
parent893eea849ba7cf788295679875c319ff509aaba8
fix bundled data under git, remove setuptools_darcs

This uses explicitly enumerated packages= and package_data= arguments to
setup(), rather than relying upon the convenient (but darcs-specific)
functions which would determine these values by asking the revision-control
system.

Note that darcsver is still used, when building from a darcs tree.
MANIFEST.in [new file with mode: 0644]
setup.py