mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 06:24:54 +02:00
General: Split wal into multiple files.
This commit is contained in:
4
setup.py
4
setup.py
@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user