mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
general: Remove non-ascii char from setup.py
This commit is contained in:
parent
31b36efa9b
commit
e0842aa626
@ -4,7 +4,7 @@ Global Constants.
|
||||
import pathlib
|
||||
|
||||
|
||||
__version__ = "0.3.2"
|
||||
__version__ = "0.3.3"
|
||||
|
||||
|
||||
# Internal variables.
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user