mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-19 07:40:52 +02:00
general: small cleanup.
This commit is contained in:
parent
3558cbd491
commit
7508d0139d
@ -91,4 +91,3 @@ def set_wallpaper(img):
|
|||||||
set_wm_wallpaper(img)
|
set_wm_wallpaper(img)
|
||||||
|
|
||||||
print("wallpaper: Set the new wallpaper")
|
print("wallpaper: Set the new wallpaper")
|
||||||
return 0
|
|
||||||
|
4
setup.py
4
setup.py
@ -1,5 +1,5 @@
|
|||||||
"""wal - setup.py"""
|
"""wal - setup.py"""
|
||||||
from setuptools import setup
|
import setuptools
|
||||||
import pywal
|
import pywal
|
||||||
|
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ VERSION = pywal.__version__
|
|||||||
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"
|
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setuptools.setup(
|
||||||
name="pywal",
|
name="pywal",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
author="Dylan Araps",
|
author="Dylan Araps",
|
||||||
|
Loading…
Reference in New Issue
Block a user