Create a Python package
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 14 Dec 2016 01:05:09 +0000 (01:05 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 14 Dec 2016 01:05:09 +0000 (01:05 +0000)
commitb461443d892ffb67c13aee6649086f5602100355
tree40979d07d5bf5b4b2fa2a543693e06f00ee33613
parenta83a8925eb7fa9f69401887fd4ae690c1eb169db
Create a Python package

Add setup.cfg and setup.py files sufficient to create a "mudpy"
Python package suitable for `pip install` and uploading to PyPI.
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]