parent
84d7068723
commit
26b1519534
1
setup.py
1
setup.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue