From 023a4f51da103772d1944c4eaf514d864b919efd Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 8 Jan 2018 15:34:56 -0800 Subject: [PATCH] Removed PyPI README.md --- packages/PyPI/README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 packages/PyPI/README.md diff --git a/packages/PyPI/README.md b/packages/PyPI/README.md deleted file mode 100644 index 837773f..0000000 --- a/packages/PyPI/README.md +++ /dev/null @@ -1,36 +0,0 @@ -libzt PyPI Package -[pypi/libzt](https://pypi.python.org/pypi/libzt) -*** - -## Getting started - -`pip3 install libzt` - -``` -import libzt -import time - -print('joining virtual network...') -libzt.zts_startjoin('whatev_config', 0x123456789ABCDEF1) -print('fd = ' + str(libzt.zts_socket(1,2,3))) - -print('looping forever, ping me') -while True: - time.sleep(1) -``` - -## Building the Package - -Package is specified in [setup.py](setup.py). *Note: A new version must be specified in `setup.py` for every new upload of a package* - -Get necessary tools - -`pip3 install wheel twine` - -Build the binary distribution wheel: - -`python3 setup.py bdist_wheel` - -Upload to PyPI - -`twine upload dist/*` \ No newline at end of file