technobabble
is a fake Python library to let me test setup.py shenanigans.
from technobabble import Babbler
Babbler.spout() # normal meme
Babbler.spout_softly() # whispered lowercase meme
# The one with the bug
pip install technobabble==1.0.0
# The non-leaky, not-working one
pip install technobabble==1.0.1
# The non-leaky, working one
pip install technobabble==1.0.2
python setup.py sdist && twine upload dist/*