aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-01-02 11:20:24 +1100
committerDylan Araps <[email protected]>2018-01-02 11:20:24 +1100
commit926ec57559e1056e6548b327d85dbeab03d950b0 (patch)
treec2166905e2990a70f021b7f4fc857a19c73ce333 /setup.py
parentpylint: Fix false positives. (diff)
downloadpywal-926ec57559e1056e6548b327d85dbeab03d950b0.tar.xz
pywal-926ec57559e1056e6548b327d85dbeab03d950b0.zip
general: Add pyroma.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6d31b62..f950220 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setuptools.setup(
author_email="[email protected]",
description="Generate and change colorschemes on the fly",
long_description=LONG_DESC,
+ keywords="wal colorscheme terminal-emulators changing-colorschemes",
license="MIT",
url="https://github.com/dylanaraps/pywal",
download_url=DOWNLOAD,
@@ -38,4 +39,5 @@ setuptools.setup(
entry_points={"console_scripts": ["wal=pywal.__main__:main"]},
python_requires=">=3.5",
test_suite="tests",
- include_package_data=True)
+ include_package_data=True,
+ zip_safe=False)