diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2017-06-27 01:04:31 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-27 01:04:31 +1000 |
| commit | 5c7c84601b74b5f00759baf79dcf72ae6f71b604 (patch) | |
| tree | 79716fb61afb806e20913dd18f66ed42be6f3507 /setup.py | |
| parent | 7f321568b273f1490a73354ce846b2536dd6d12b (diff) | |
| parent | 94661b371657d6c3d1330ce1bc33180f679b3b91 (diff) | |
Merge pull request #8 from dylanaraps/split
General: Split wal into multiple files.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ DESC = ( DESC = "".join(DESC) -VERSION = pywal.wal.__version__ +VERSION = pywal.__version__ DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz" |
