X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.cfg;h=d87ca9bdabe9da69b89dbe6468b07e93f1370db2;hp=c1e4624f7c26976e50e0b7aaa7d44272df441279;hb=2e63544e800a2465ced646a7a044412a9ded0957;hpb=7f3644db68ef4a3765d307308f76534fecc013a0 diff --git a/setup.cfg b/setup.cfg index c1e4624..d87ca9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +# Copyright (c) 2016 Jeremy Stanley . Permission +# to use, copy, modify, and distribute this software is granted under +# terms provided in the LICENSE file distributed with this software. + [metadata] name = mudpy summary = The mudpy MUD server engine. @@ -28,3 +32,7 @@ classifier = [files] packages = mudpy + +[entry_points] +console_scripts = + mudpy = mudpy.daemon:main