Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 6, 2017
1 parent 3558cbd commit 7508d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pywal/wallpaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ def set_wallpaper(img):
set_wm_wallpaper(img)

print("wallpaper: Set the new wallpaper")
return 0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""wal - setup.py"""
from setuptools import setup
import setuptools
import pywal


Expand All @@ -13,7 +13,7 @@
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"


setup(
setuptools.setup(
name="pywal",
version=VERSION,
author="Dylan Araps",
Expand Down

0 comments on commit 7508d01

Please sign in to comment.