summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-24 09:30:05 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-24 09:30:05 +1000
commit9b04dce308073db304832ba8da55f9ad94f51ced (patch)
tree2bfd81774633997eaca30bd5b414c2167886673b
parentefb5305765ae9659b1095151f12a680ba114b3eb (diff)
General: Release
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2a633ce..e21446a 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
DESC = (
- "View the DOCS at: https://github.com/dylanaraps/wal.py\n\n"
+ "View the DOCS at: https://github.com/dylanaraps/pywal\n\n"
"Pypi doesn't like markdown OR rst with anchor links so "
"you'll have to view the documentation elsewhere.\n"
)
@@ -18,8 +18,8 @@ setup(
description="🎨 Generate and change colorschemes on the fly",
long_description=DESC,
license="MIT",
- url="https://github.com/dylanaraps/wal.py",
- download_url="https://github.com/dylanaraps/wal.py/archive/0.1.5.tar.gz",
+ url="https://github.com/dylanaraps/pywal",
+ download_url="https://github.com/dylanaraps/pywal/archive/0.1.5.tar.gz",
scripts=["wal"],
classifiers=[
"Environment :: X11 Applications",