[Reproducible-commits] [debbindiff] 02/07: Fix typo in setup.py
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Jun 27 08:59:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository debbindiff.
commit dbade5dba89a3650a19d63a43a2bb6665201c86f
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Jun 26 12:12:35 2015 +0200
Fix typo in setup.py
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index e62d0c2..7e7fa1f 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(name='debbindiff',
url='https://wiki.debian.org/ReproducibleBuilds',
packages=find_packages(),
tests_require=['pytest'],
- cmdclass = {'test', PyTest},
+ cmdclass = {'test': PyTest},
scripts=['debbindiff.py'],
install_requires=[
'python-debian',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git
More information about the Reproducible-commits
mailing list