I\'m getting installation error because pip couldn\'t find setup.py.
sudo pip install https://storage.googleapis.com/ten
the filename you are running sdist with must be named setup.py running the file as say setup_something.py will fail
setup.py
setup_something.py