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)
commit7f3644db68ef4a3765d307308f76534fecc013a0
tree40979d07d5bf5b4b2fa2a543693e06f00ee33613
parent5210334c47e97988ea55543d60a6b24985ebd140
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]