Skip to content

Commit

Permalink
Add keywords to setup.py as suggested by pyroma
Browse files Browse the repository at this point in the history
Related to #1
  • Loading branch information
nicoddemus committed Nov 9, 2016
1 parent 84d7068 commit 26b1519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -72,6 +72,7 @@ def main():
entry_points={'console_scripts':
['pytest=pytest:main', 'py.test=pytest:main']},
classifiers=classifiers,
keywords="test unittest",
cmdclass={'test': PyTest},
# the following should be enabled for release
install_requires=install_requires,
Expand Down

0 comments on commit 26b1519

Please sign in to comment.