Skip to content

Commit 586456b

Browse files
committed
Fix indentation in setup.py
1 parent 310ebcc commit 586456b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run_tests(self):
5959
include_package_data=True,
6060
install_requires=install_reqs,
6161
tests_require=tests_reqs,
62-
cmdclass = {'test': PyTest},
62+
cmdclass={'test': PyTest},
6363
zip_safe=False,
6464
keywords=about['__title__'],
6565
scripts=['pkg/tmuxp.bash', 'pkg/tmuxp.zsh', 'pkg/tmuxp.tcsh'],

0 commit comments

Comments
 (0)