Skip to content

Commit

Permalink
update package name and url
Browse files Browse the repository at this point in the history
  • Loading branch information
eylles committed Feb 23, 2024
1 parent ae24437 commit 3d2662d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

LONG_DESC = open('README.md').read()
VERSION = pywal.__version__
DOWNLOAD = "https://github.com/dylanaraps/pywal/archive/%s.tar.gz" % VERSION
DOWNLOAD = "https://github.com/eylles/pywal16/archive/%s.tar.gz" % VERSION

setuptools.setup(
name="pywal",
name="pywal16",
version=VERSION,
author="Dylan Araps",
author_email="dylan.araps@gmail.com",
Expand All @@ -22,7 +22,7 @@
long_description=LONG_DESC,
keywords="wal colorscheme terminal-emulators changing-colorschemes",
license="MIT",
url="https://github.com/dylanaraps/pywal",
url="https://github.com/eylles/pywal16",
download_url=DOWNLOAD,
classifiers=[
"Environment :: X11 Applications",
Expand Down

0 comments on commit 3d2662d

Please sign in to comment.