[Python-modules-commits] [pyee] 01/04: Remove vcversioner, creates errors with gbp buildpackage

Ethan Ward ethanward-guest at moszumanska.debian.org
Thu Jul 27 16:40:51 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 e5096664ffb6425a86e8cf0d3b044c1cc3525d41
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Jul 25 10:58:17 2017 -0500

    Remove vcversioner, creates errors with gbp buildpackage
    
    Add missing comma
    Add version
    Add comma
---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index a2a0827..e2c7299 100644
--- a/setup.py
+++ b/setup.py
@@ -10,10 +10,10 @@ with open(README_rst, 'r') as f:
 
 setup(
     name="pyee",
-    vcversioner={},
-
+    #vcversioner={},
+    version="3.0.3",
     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