Open devotip opened 5 years ago
in https://github.com/tehmaze-labs/modem/blob/multi-protocol/setup.py
you have long_description = file('doc/source/about.rst').read(),
should be long_description = open('doc/source/about.rst').read(),
fixed in https://github.com/devotip/modem.git py3.7-multi-protocol
in https://github.com/tehmaze-labs/modem/blob/multi-protocol/setup.py
you have long_description = file('doc/source/about.rst').read(),
should be long_description = open('doc/source/about.rst').read(),