[Python-modules-commits] [pyee] 09/10: Add 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 4b1238402752a194b769a85312baa5bd0702fcdb
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Jul 25 11:06:00 2017 -0500
Add comma
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 60edbe7..e2c7299 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ with open(README_rst, 'r') as f:
setup(
name="pyee",
#vcversioner={},
- version="3.0.3"
+ version="3.0.3",
packages=find_packages(),
setup_requires=['pytest-runner'],#, 'vcversioner'],
tests_require=['twisted'],
--
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