Remove make_executable from 'test' and 'install' aliases in setup.cfg.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-02-23 18:26:01 +00:00
parent 19a4bc90e5
commit c77f251408

View File

@ -34,8 +34,8 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps
[aliases]
build = update_version build
test = update_version build make_executable trial
test = update_version build trial
sdist = update_version sdist
install = update_version install make_executable
install = update_version install
bdist_egg = update_version bdist_egg
trial = update_version trial