X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=setup.cfg;h=ac312c9d2be7b434f2c8e25306efdc069348790a;hb=refs%2Fheads%2F2438.magic-folder-stable.7;hp=0d682035fc2b2cb86591800e8941eaaae8b61b44;hpb=c16dc3a25f2103cf7ce94b01aa53cf0944cef5dd;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/setup.cfg b/setup.cfg index 0d682035..ac312c9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,16 +14,17 @@ zip_ok=False # PyPI. # https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-deps.tar.gz contains a -# bundle of these dependencies (as Python source distributions or "sdists"). So -# it you want to avoid the build-time download (say, if you're on an airplane, -# or a desert island), just grab a copy and unpack it in your tahoe darcs tree. +# bundle of these dependencies (as Python source distributions or "sdists"). +# So it you want to avoid the build-time download (say, if you're on an +# airplane, or a desert island), just grab a copy and unpack it in your tahoe +# source tree. # Alternatively, if you're building from a release/nightly tarball instead of -# a darcs tree, the 'sumo' tarball variant will include all of these +# a git tree, the 'sumo' tarball variant will include all of these # dependencies in the tahoe-deps/ directory. find_links=misc/dependencies tahoe-deps ../tahoe-deps - https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/ + https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/ https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/ # Other sites that we might want to list: @@ -38,4 +39,3 @@ sdist = update_version sdist install = update_version install bdist_egg = update_version bdist_egg trial = update_version trial -sdist_dsc = update_version sdist_dsc