Commit d89c0f6a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ed5fe7bf
...@@ -179,7 +179,7 @@ def viamake(target, help_text): ...@@ -179,7 +179,7 @@ def viamake(target, help_text):
# build_ext that # build_ext that
# - builds via Makefile (and thus pre-builds ccan) XXX hacky # - 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): class build_ext(_build_ext):
def run(self): def run(self):
...@@ -360,7 +360,6 @@ setup( ...@@ -360,7 +360,6 @@ setup(
'bench': viamake('bench', 'run benchmarks'), 'bench': viamake('bench', 'run benchmarks'),
}, },
# TODO install wcfs exe along wcfs/ py package.
entry_points= {'console_scripts': [ entry_points= {'console_scripts': [
# start wcfs for zurl # start wcfs for zurl
# XXX name -> wcfs_serve? (it is confusing to have 2 # 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