summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 21:55:22 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 21:55:22 +1000
commitb554e98bf1fcd4cf69a4f7e2368b7d66d4e2dda1 (patch)
treee0a13814c672cd988be466f2100de0b7a9965d02
parentec1c7852ad5933f828ac807fb815e29ff1f637c2 (diff)
setup: Remove useless line.
-rw-r--r--setup.py2
1 files changed, 0 insertions, 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"