setup: Remove useless line.

This commit is contained in:
Dylan Araps 2017-06-30 21:55:22 +10:00
parent ec1c7852ad
commit b554e98bf1

View File

@ -8,8 +8,6 @@ DESC = (
"Pypi doesn't like markdown OR rst with anchor links so " "Pypi doesn't like markdown OR rst with anchor links so "
"you'll have to view the documentation elsewhere.\n" "you'll have to view the documentation elsewhere.\n"
) )
DESC = "".join(DESC)
VERSION = pywal.__version__ VERSION = pywal.__version__
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz" DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"