X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/29ad7e2475316d0cfa07ea305e39cbdb09521c7f..03162da9ef15e8b2aad056a1fe0f289ed333263a:/TracZephyrPlugin/setup.py diff --git a/TracZephyrPlugin/setup.py b/TracZephyrPlugin/setup.py index 67634c7..75e33d0 100755 --- a/TracZephyrPlugin/setup.py +++ b/TracZephyrPlugin/setup.py @@ -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 = """