Skip to content

pip README emoji bug

pip README emoji bug

BQt bug
emoji in README.md crashes the pip install with git+
changing the line in setup.py to this fixes that. source

long_description = (this_directory / "README.md").read_text(encoding="utf-8")