Add keywords to setup.py as suggested by pyroma

Related to #1
This commit is contained in:
Bruno Oliveira 2016-11-09 20:47:14 -02:00
parent 84d7068723
commit 26b1519534
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ def main():
entry_points={'console_scripts': entry_points={'console_scripts':
['pytest=pytest:main', 'py.test=pytest:main']}, ['pytest=pytest:main', 'py.test=pytest:main']},
classifiers=classifiers, classifiers=classifiers,
keywords="test unittest",
cmdclass={'test': PyTest}, cmdclass={'test': PyTest},
# the following should be enabled for release # the following should be enabled for release
install_requires=install_requires, install_requires=install_requires,