Move the self-test script into the Python package and define an
entrypoint for it in setup.cfg so a `mudpy_selftest` executable will
be installed.
-# Copyright (c) 2014-2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2014-2017 Jeremy Stanley <fungi@yuggoth.org>. Permission
# to use, copy, modify, and distribute this software is granted under
# terms provided in the LICENSE file distributed with this software.
capture_*.log
data/
mudpy/__pycache__/
+mudpy/tests/__pycache__/
test_config.yaml
var/
-# Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2016-2017 Jeremy Stanley <fungi@yuggoth.org>. Permission
# to use, copy, modify, and distribute this software is granted under
# terms provided in the LICENSE file distributed with this software.
[entry_points]
console_scripts =
mudpy = mudpy.daemon:main
+ mudpy_selftest = mudpy.tests.selftest:main