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:
parent
576e980c0e
commit
5907d82665
2 changed files with 61 additions and 0 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include *.md
|
||||
include LICENSE
|
||||
Loading…
Add table
Add a link
Reference in a new issue