general: small cleanup.

This commit is contained in:
Dylan Araps 2017-07-06 21:18:34 +10:00
parent 3558cbd491
commit 7508d0139d
2 changed files with 2 additions and 3 deletions

View file

@ -91,4 +91,3 @@ def set_wallpaper(img):
set_wm_wallpaper(img)
print("wallpaper: Set the new wallpaper")
return 0

View file

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