diff --git a/pywal/__init__.py b/pywal/__init__.py index af433d7..480a0b4 100755 --- a/pywal/__init__.py +++ b/pywal/__init__.py @@ -2,3 +2,7 @@ wal - Generate and change colorschemes on the fly. Created by Dylan Araps. """ +from pywal import globals as g + + +__version__ = g.__version__ 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 = (