mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-20 01:27:42 +02: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
|
import pathlib
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.2"
|
__version__ = "0.3.3"
|
||||||
|
|
||||||
|
|
||||||
# Internal variables.
|
# Internal variables.
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ setup(
|
|||||||
version=VERSION,
|
version=VERSION,
|
||||||
author="Dylan Araps",
|
author="Dylan Araps",
|
||||||
author_email="dylan.araps@gmail.com",
|
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,
|
long_description=DESC,
|
||||||
license="MIT",
|
license="MIT",
|
||||||
url="https://github.com/dylanaraps/pywal",
|
url="https://github.com/dylanaraps/pywal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user