mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-05 21:48:55 +01:00
General: Add setup.py
This commit is contained in:
parent
5d02958326
commit
9adecb1bc3
13
setup.py
Normal file
13
setup.py
Normal file
@ -0,0 +1,13 @@
|
||||
"""wal - setup.py"""
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="wal",
|
||||
version="0.1",
|
||||
author="Dylan Araps",
|
||||
author_email="dylan.araps@gmail.com",
|
||||
description="🎨 Generate and change colorschemes on the fly",
|
||||
license="MIT",
|
||||
url="https://github.com/dylanaraps/wal.py",
|
||||
scripts=["wal"]
|
||||
)
|
Loading…
Reference in New Issue
Block a user