aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-06 21:18:34 +1000
committerDylan Araps <[email protected]>2017-07-06 21:18:34 +1000
commit7508d0139df8e455d27f37ffa46f2d8d6f043ae6 (patch)
tree3e03732cbf94f545d1a820601a3bcb8075addc43 /setup.py
parentdocs: license (diff)
downloadpywal-7508d0139df8e455d27f37ffa46f2d8d6f043ae6.tar.xz
pywal-7508d0139df8e455d27f37ffa46f2d8d6f043ae6.zip
general: small cleanup.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4b8c408..cdf72ad 100644
--- a/setup.py
+++ b/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",