Skip to content

Commit 26b1519

Browse files
committed
Add keywords to setup.py as suggested by pyroma
Related to #1
1 parent 84d7068 commit 26b1519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def main():
7272
entry_points={'console_scripts':
7373
['pytest=pytest:main', 'py.test=pytest:main']},
7474
classifiers=classifiers,
75+
keywords="test unittest",
7576
cmdclass={'test': PyTest},
7677
# the following should be enabled for release
7778
install_requires=install_requires,

0 commit comments

Comments
 (0)