mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
setup: Remove useless line.
This commit is contained in:
parent
ec1c7852ad
commit
b554e98bf1
2
setup.py
2
setup.py
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user