We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7068 commit 26b1519Copy full SHA for 26b1519
setup.py
@@ -72,6 +72,7 @@ def main():
72
entry_points={'console_scripts':
73
['pytest=pytest:main', 'py.test=pytest:main']},
74
classifiers=classifiers,
75
+ keywords="test unittest",
76
cmdclass={'test': PyTest},
77
# the following should be enabled for release
78
install_requires=install_requires,
0 commit comments