mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
zfec: mv the cmdline tools from "bin/" to "cmdline/", because setuptools overwrites the contents of "bin/" when creating executables
This commit is contained in:
parent
11278d1e0d
commit
267821eb51
@ -68,6 +68,6 @@ setup(name='zfec',
|
||||
platform='Any',
|
||||
packages=['zfec', 'zfec.util', 'zfec.test'],
|
||||
classifiers=trove_classifiers,
|
||||
scripts=['bin/zfec', 'bin/zunfec',],
|
||||
scripts=['cmdline/zfec', 'cmdline/zunfec',],
|
||||
ext_modules=[Extension('_fec', ['zfec/fec.c', 'zfec/_fecmodule.c',], extra_link_args=extra_link_args, extra_compile_args=extra_compile_args, undef_macros=undef_macros),],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user