zappingseb / comdirect_api

A python library to interact with the comdirect API
GNU General Public License v3.0
8 stars 0 forks source link

setup tools creates empty package #1

Open RDZipZap opened 4 years ago

RDZipZap commented 4 years ago

When installing this module as described in README using the command pip install git+https://github.com/zappingseb/comdirect_api.git an empty package will be installed (the package does not contain any .py file).

This is why a import comdirect fails with error "ModuleNotFoundError: No module named 'comdirect'"

zappingseb commented 4 years ago

Thanks for the feedback. I'll check it out

rommsen commented 3 years ago

Was just trying this package out. Never did any python before, so I was banging my head when it was not working after installing until I found this issue. Any chance to get this fixed?