Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'long_description' is not defined #1

Open
devotip opened this issue Jul 15, 2019 · 1 comment
Open

NameError: name 'long_description' is not defined #1

devotip opened this issue Jul 15, 2019 · 1 comment

Comments

@devotip
Copy link

devotip commented Jul 15, 2019

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(),

@devotip
Copy link
Author

devotip commented Jul 26, 2019

fixed in https://github.com/devotip/modem.git py3.7-multi-protocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant