[diffoscope] 02/05: Remove extraneous whitespace around cmdclass invokation
Chris Lamb
chris at chris-lamb.co.uk
Thu Jun 8 08:20:49 CEST 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 6bcdbf10b5e46f0344cd1fdfb8b69bd0d2f035f0
Author: Chris Lamb <lamby at debian.org>
Date: Wed Jun 7 19:43:03 2017 +0100
Remove extraneous whitespace around cmdclass invokation
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index edfc631..789ae60 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup(
url='https://diffoscope.org/',
packages=find_packages(exclude=['tests', 'tests.*']),
tests_require=['pytest'],
- cmdclass = {'test': PyTest},
+ cmdclass={'test': PyTest},
entry_points={
'console_scripts': [
'diffoscope=diffoscope.main:main'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list