X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.cfg;h=6a177bc9fbbbdeda551e9dad209af1af69680323;hp=c1e4624f7c26976e50e0b7aaa7d44272df441279;hb=8b36f8aae8f9297de8eb7d8fb9b64d7d68abe31c;hpb=7f3644db68ef4a3765d307308f76534fecc013a0 diff --git a/setup.cfg b/setup.cfg index c1e4624..6a177bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +# Copyright (c) 2016-2017 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,8 @@ classifier = [files] packages = mudpy + +[entry_points] +console_scripts = + mudpy = mudpy.daemon:main + mudpy_selftest = mudpy.tests.selftest:main