Tweaks to pypi package

This commit is contained in:
Joseph Henry
2018-01-08 16:38:55 -08:00
parent db574abbb2
commit f4fcded13c
2 changed files with 27 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
libzt PyPI Package
## libzt PyPI Package
[pypi/libzt](https://pypi.python.org/pypi/libzt)
***
@@ -27,6 +27,8 @@ Get necessary tools
`pip3 install wheel twine`
*Note: As there appears to be no way to differentiate C and C++ code (and thus pass correct build args to each type) in a setuptools script we must separately build the `lwip` and `http_parser` libraries, copy them here, and then build the binary. See the top-level [README.md](../../README.md) for instructions on how to do that*
Build the binary distribution wheel:
`python3 setup.py bdist_wheel`