General: Add __version__ to __init__.py

This commit is contained in:
Dylan Araps 2017-06-26 20:03:53 +10:00
parent e329f3aea9
commit 091021a878
2 changed files with 5 additions and 1 deletions

View File

@ -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__

View File

@ -1,6 +1,6 @@
"""wal - setup.py"""
from setuptools import setup
import pywal.globals as pywal
import pywal
DESC = (