mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
setup: update doc in setup.cfg
This commit is contained in:
parent
ba0c6d1fd1
commit
c1e3c66db2
11
setup.cfg
11
setup.cfg
@ -1,11 +1,12 @@
|
|||||||
[easy_install]
|
[easy_install]
|
||||||
zip_ok=False
|
zip_ok=False
|
||||||
|
|
||||||
# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp, and
|
# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp,
|
||||||
# others). Left to its own devices, setuptools will look on PyPI for these
|
# zfec, and others). Left to its own devices, setuptools will look on
|
||||||
# and will download them at build time. The 'find_links=' entry in setup.cfg
|
# PyPI for these and will download them at build time. The
|
||||||
# causes setuptools to look for these dependent tarballs in tahoe-deps/ and
|
# 'find_links=' entry in setup.cfg causes setuptools to look for these
|
||||||
# ../tahoe-deps/ before it resorts to downloading them from PyPI.
|
# dependent tarballs in tahoe-deps/ and ../tahoe-deps/ before it
|
||||||
|
# resorts to downloading them from PyPI.
|
||||||
|
|
||||||
# http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz contains a bundle
|
# http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz contains a bundle
|
||||||
# of these dependencies. So it you want to avoid the build-time download
|
# of these dependencies. So it you want to avoid the build-time download
|
||||||
|
Loading…
Reference in New Issue
Block a user