From 091021a8789011807332f3e32c4ba97d6748c01b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 26 Jun 2017 20:03:53 +1000 Subject: General: Add __version__ to __init__.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 569f9b3..01e2096 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ """wal - setup.py""" from setuptools import setup -import pywal.globals as pywal +import pywal DESC = ( -- cgit v1.2.3