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)
commite2d7115d4ec4ee451c7f8e86a4f7277a940d9036
tree4b9a110af36c4189ecf8febb4f8d4e2694bd5906
parent91ddbb70b5f3916ba9c13f9cb05528285d10ad5c
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