]> 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>
Mon, 9 Jan 2012 22:23:20 +0000 (14:23 -0800)
commit182f70f8833a97b10445fa4d1e03461f796cbfab
tree380f09883c5161259b61c97bd8a170be16aa6da4
parentc28a57af7d4e6f0b9e0a8e7aa28ee9d1f1fe7d84
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