[py-svn] pytest-codecheckers commit ca8b4307740f: add url to setup.py

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Feb 13 14:55:27 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-codecheckers
# URL http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/overview/
# User Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
# Date 1266065233 -3600
# Node ID ca8b4307740fa69e8a89e88c21658fa556c7ab30
# Parent 4f8cb3a4a8cb6844595c8e2ec982ab4e55b4b22a
add url to setup.py

--- a/setup.py
+++ b/setup.py
@@ -3,6 +3,7 @@ from setuptools import setup
 setup(
     name='pytest-codecheckers',
     description='pytest addon to add code-checking as source for testcases',
+    url='http://bitbucket.org/RonnyPfannschmidt/pytest-pycheckers/',
     version='0.1',
     author='Ronny Pfannschmidt',
     author_email='Ronny.Pfannschmidt at gmx.de',



More information about the pytest-commit mailing list