mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
1fca198ee4
This is only useful when running "setup.py install" directly, and is not consulted when following our recommended "pip install .". Platform-specific directories of wheels (that we, Tahoe, host ourselves) are available for some platforms: these are described in docs/INSTALL.rst and must be provided as a pip argument, not a setup.cfg/easy_install configuration: pip install --find-links=https://tahoe-lafs.org/deps/ This also removes our involvement with eggs (which, I believe, are usually downloaded insecurely by easy_install).
7 lines
171 B
INI
7 lines
171 B
INI
[aliases]
|
|
build = update_version build
|
|
sdist = update_version sdist
|
|
install = update_version install
|
|
develop = update_version develop
|
|
bdist_egg = update_version bdist_egg
|