aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-27 17:57:14 +1000
committerGitHub <[email protected]>2017-06-27 17:57:14 +1000
commitea160a42dec139148845aeb3043db5ba23bd9a6c (patch)
tree24ebf656944839f6328b1bef09a46a56800a1ca6 /setup.py
parentGeneral: Remove find_packages (diff)
parenttests: Fix comment. (diff)
downloadpywal-ea160a42dec139148845aeb3043db5ba23bd9a6c.tar.xz
pywal-ea160a42dec139148845aeb3043db5ba23bd9a6c.zip
Merge pull request #11 from dylanaraps/tests
Tests: Start writing tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d6a8017..d0729b6 100644
--- a/setup.py
+++ b/setup.py
@@ -35,5 +35,6 @@ setup(
entry_points={
"console_scripts": ["wal=pywal.__main__:main"]
},
- python_requires=">=3.6"
+ python_requires=">=3.6",
+ test_suite="tests",
)