[Python-modules-commits] [pyee] 04/10: Add missing comma
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Jul 25 16:07:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository pyee.
commit 73253aee3b0ab1d75b5689ea15fb07e2427e1d4e
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Jul 25 10:59:31 2017 -0500
Add missing comma
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 24b6a02..2f9ccbf 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
#vcversioner={},
packages=find_packages(),
- setup_requires=['pytest-runner']#, 'vcversioner'],
+ setup_requires=['pytest-runner'],#, 'vcversioner'],
tests_require=['twisted'],
include_package_data=True,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyee.git
More information about the Python-modules-commits
mailing list