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

@ -4,7 +4,7 @@ Global Constants.
import pathlib
__version__ = "0.3.2"
__version__ = "0.3.3"
# Internal variables.

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",