From 583a0c19ad2f67a54130a219eeeaccf53ea08ded Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 26 Jun 2017 12:09:35 +1000 Subject: General: Split wal into multiple files. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 660cc64..c0f86ed 100644 --- a/setup.py +++ b/setup.py @@ -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" -- cgit v1.2.3