diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 20:03:53 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 20:03:53 +1000 |
| commit | 091021a8789011807332f3e32c4ba97d6748c01b (patch) | |
| tree | 5113e4b5d16df6cd6b8b723b159c551908dc3289 /setup.py | |
| parent | e329f3aea94618bbcd27f154225344428e22163a (diff) | |
General: Add __version__ to __init__.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ """wal - setup.py""" from setuptools import setup -import pywal.globals as pywal +import pywal DESC = ( |
