Skip to content

Commit

Permalink
Add some keywords as suggested by pyroma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 20, 2016
1 parent f349755 commit dfac9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read(*rnames):
chapters +
[read('CHANGES.rst')]
)

keywords = "zope testing doctest RENormalizing OutputChecker timeout logging"

setup(
name='zope.testing',
Expand Down Expand Up @@ -88,6 +88,7 @@ def read(*rnames):
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Testing",
],
keywords=keywords,
packages=[
"zope",
"zope.testing"],
Expand Down

0 comments on commit dfac9d1

Please sign in to comment.