diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 12:09:35 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 12:09:35 +1000 |
| commit | 583a0c19ad2f67a54130a219eeeaccf53ea08ded (patch) | |
| tree | a72b51a6cf219c46c55f8fe9033814c48d23d48b /setup.py | |
| parent | d17282cdc01a41cc70e0919ace55715eac3dd6d1 (diff) | |
General: Split wal into multiple files.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ """wal - setup.py""" from setuptools import setup -import pywal +import pywal.__main__ as pywal DESC = ( @@ -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" |
