[pypy-svn] jitviewer commit c8c87cffc932: essential change to test pushing

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Nov 21 16:57:40 CET 2010


# HG changeset patch -- Bitbucket.org
# Project jitviewer
# URL http://bitbucket.org/pypy/jitviewer/overview
# User Maciej Fijalkowski <fijall at gmail.com>
# Date 1290354802 -7200
# Node ID c8c87cffc932b2e6a8a613e7c244363aefd3136f
# Parent  53403054c7d926925f697d6d519e7f42d1776541
essential change to test pushing

--- a/setup.py
+++ b/setup.py
@@ -12,5 +12,4 @@ setup(name='JitViewer',
       scripts=['bin/jitviewer.py'],
       requires=['flask', 'pygments', 'simplejson'],
       include_package_data=True,
-      package_data={'': ['templates/*.html', 'static/*']},
-     )
+      package_data={'': ['templates/*.html', 'static/*']})



More information about the Pypy-commit mailing list