[Python-modules-commits] [pyee] 02/10: Remove vcversioner, creates errors with gbp buildpackage
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 9d5aa1e025bdad9ad35d176f3365a22ab20210ff
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Jul 25 10:58:17 2017 -0500
Remove vcversioner, creates errors with gbp buildpackage
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index a2a0827..24b6a02 100644
--- a/setup.py
+++ b/setup.py
@@ -10,10 +10,10 @@ with open(README_rst, 'r') as f:
setup(
name="pyee",
- vcversioner={},
+ #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