Commit d89c0f6a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ed5fe7bf
......@@ -179,7 +179,7 @@ def viamake(target, help_text):
# build_ext that
# - builds via Makefile (and thus pre-builds ccan) XXX hacky
# - integrates built wcfs/wcfs.go into python packaging
# - integrates built wcfs/wcfs.go exe into wcfs/ python package
class build_ext(_build_ext):
def run(self):
......@@ -360,7 +360,6 @@ setup(
'bench': viamake('bench', 'run benchmarks'),
},
# TODO install wcfs exe along wcfs/ py package.
entry_points= {'console_scripts': [
# start wcfs for zurl
# XXX name -> wcfs_serve? (it is confusing to have 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment