Package the daemon executable as an entrypoint
[mudpy.git] / setup.cfg
index c1e4624..35cd6bc 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,3 +28,7 @@ classifier =
 [files]
 packages =
     mudpy
+
+[entry_points]
+console_scripts =
+    mudpy = mudpy.daemon:main