diff --git a/setup.py b/setup.py index 241be5b..fc90185 100644 --- a/setup.py +++ b/setup.py @@ -115,6 +115,7 @@ def reqs(*f): name=NAME, version=meta['version'], description=meta['doc'], + keywords='test unit testing pytest unittest mock patch', author=meta['author'], author_email=meta['contact'], url=meta['homepage'],