explodinglabs/jsonrpcserver

Use importlib.resources instead of "open" in setup.py

bcb opened this issue · 1 comments

bcb commented

Can't be done in setup.py -- tries to import the jsonrpcserver package which pulls in third party modules which haven't been installed yet.