mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01: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)
|
||||
|
||||
print("wallpaper: Set the new wallpaper")
|
||||
return 0
|
||||
|
4
setup.py
4
setup.py
@ -1,5 +1,5 @@
|
||||
"""wal - setup.py"""
|
||||
from setuptools import setup
|
||||
import setuptools
|
||||
import pywal
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ VERSION = pywal.__version__
|
||||
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"
|
||||
|
||||
|
||||
setup(
|
||||
setuptools.setup(
|
||||
name="pywal",
|
||||
version=VERSION,
|
||||
author="Dylan Araps",
|
||||
|
Loading…
Reference in New Issue
Block a user