Open tdolby opened 4 years ago
Initial package created; next step is to push to PyPi
https://github.com/tdolby/python-iridium-modem/runs/638733956?check_suite_focus=true is showing `Uploading python_iridium_modem-0.1.0-py3-none-any.whl
0%| | 0.00/16.4k [00:00<?, ?B/s] 100%|██████████| 16.4k/16.4k [00:01<00:00, 11.7kB/s] NOTE: Try --verbose to see response content. HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/
long_description_content_type doesn't seem to be picked up for some reason; fixing errors in existing RST file and using twine locally to validate.
Switched off debugging by default for tools (after reading https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56 )
Should require python-gsmmodem-new and install tools in the right places.