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)
commite3402586cffb5c1fcd1cc10c50cad4d3bed1f4c3
treeaa12a3f9d728dd0bc4c6776a91c8017c0186ac58
parent19b802bca91762eebe815df0da13d568421596ae
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