We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310ebcc commit 586456bCopy full SHA for 586456b
setup.py
@@ -59,7 +59,7 @@ def run_tests(self):
59
include_package_data=True,
60
install_requires=install_reqs,
61
tests_require=tests_reqs,
62
- cmdclass = {'test': PyTest},
+ cmdclass={'test': PyTest},
63
zip_safe=False,
64
keywords=about['__title__'],
65
scripts=['pkg/tmuxp.bash', 'pkg/tmuxp.zsh', 'pkg/tmuxp.tcsh'],
0 commit comments