]> snippets.scripts.mit.edu Git - Scripts/git/.git/blobdiff - TracZephyrPlugin/setup.py
Put the ticket URL in the zsig
[Scripts/git/.git] / TracZephyrPlugin / setup.py
index 67634c71bb5c6225c73126d3a87c8af5bc3671fb..75e33d0d5d1ca1b49460fd76017a78e71319cbee 100755 (executable)
@@ -4,9 +4,9 @@ from setuptools import find_packages, setup
 
 setup(
     name='TracZephyrPlugin',
-    version='1.4.1',
-    author='Evan Broder',
-    author_email='broder@mit.edu',
+    version='1.4.2',
+    author='Evan Broder and the SIPB Snippets team',
+    author_email='snippets@mit.edu',
     description='Send a zephyr when a Trac ticket is created or updated',
     py_modules=["ZephyrPlugin"],
     entry_points = """