Package the daemon executable as an entrypoint
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 15 Dec 2016 06:17:09 +0000 (06:17 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 15 Dec 2016 06:17:09 +0000 (06:17 +0000)
commit88383e5b32f3bb5eec4e2fe1e89adfe768b88b0e
tree4b9a110af36c4189ecf8febb4f8d4e2694bd5906
parent63246cb9a6965bb074af2dd71e5e44de5eb09306
Package the daemon executable as an entrypoint

Move the daemon executable into the Python package and define an
entrypoint for it in setup.cfg so a similar `mudpy` executable will
still be installed. Drop the unnecessary import path override now
while at it.
mudpy/daemon.py [moved from bin/mudpy with 88% similarity]
setup.cfg