remove dead code

This commit is contained in:
Matthew Planchard 2018-10-30 20:53:57 -05:00
parent 4d3ea613e4
commit 8585ee4aa9

@ -49,7 +49,6 @@ def pypiserver_cmd(root, *args):
running pypiserver.
:param args: extra arguments for ``pypiserver run``
"""
# yield '{}/bin/pypiserver'.format(venv_dir)
yield bin_target('pypiserver')
yield 'run'
yield root