From b554e98bf1fcd4cf69a4f7e2368b7d66d4e2dda1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jun 2017 21:55:22 +1000 Subject: setup: Remove useless line. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 913f319..4b8c408 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,6 @@ DESC = ( "Pypi doesn't like markdown OR rst with anchor links so " "you'll have to view the documentation elsewhere.\n" ) -DESC = "".join(DESC) - VERSION = pywal.__version__ DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz" -- cgit v1.2.3