Can install new PyPi module with pip, but can't import it myself?

So I’m trying to add a new script I wrote, fakesky, to PyPi as a module. I uploaded it to PyPi, and pip will let me install it successfully, but every time I try to import it, I get the following error: ModuleNotFoundError: No module named ‘fakesky’ The structure of the upload is as follows:… Read More Can install new PyPi module with pip, but can't import it myself?