general: Remove non-ascii char from setup.py

This commit is contained in:
Dylan Araps
2017-06-30 15:53:46 +10:00
parent 31b36efa9b
commit e0842aa626
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ setup(
version=VERSION,
author="Dylan Araps",
author_email="dylan.araps@gmail.com",
description="🎨 Generate and change colorschemes on the fly",
description="Generate and change colorschemes on the fly",
long_description=DESC,
license="MIT",
url="https://github.com/dylanaraps/pywal",