Package the self-test script as an entrypoint
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 20 Feb 2017 21:42:08 +0000 (21:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 20 Feb 2017 21:42:08 +0000 (21:42 +0000)
commit8b36f8aae8f9297de8eb7d8fb9b64d7d68abe31c
treeaa12a3f9d728dd0bc4c6776a91c8017c0186ac58
parent2e63544e800a2465ced646a7a044412a9ded0957
Package the self-test script as an entrypoint

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.
.gitignore
mudpy/tests/selftest.py [moved from bin/test with 100% similarity, mode: 0644]
setup.cfg