mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-08 22:04:32 +02:00
general: small cleanup.
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user