setup.py: add a python setuptools package.

To build a package suitable for python's pip tool:
	python setup.py sdist

To install a pre-built package from pypi:
	pip install redo-tools
This commit is contained in:
Avery Pennarun 2018-12-31 20:55:20 -05:00
commit 5907d82665
2 changed files with 61 additions and 0 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
include *.md
include LICENSE