General: Split wal into multiple files.

This commit is contained in:
Dylan Araps
2017-06-26 12:09:35 +10:00
parent d17282cdc0
commit 583a0c19ad
9 changed files with 599 additions and 588 deletions

View File

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