<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>firepython/mini_graphviz.py</filename>
    </added>
    <added>
      <filename>gprof2dot.py</filename>
    </added>
    <added>
      <filename>tests/system/clusters.dot</filename>
    </added>
    <added>
      <filename>tests/system/itest_mini_graphviz.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,6 +10,7 @@ SETUP_ARGS = dict(
     author_email='antonin@hildebrand.cz',
     url='http://firepython.binaryage.com',
     packages=['firepython'],
+    py_modules=['gprof2dot'], #XXX remove when easy_install-able
     classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
@@ -23,9 +24,6 @@ SETUP_ARGS = dict(
         'Topic :: System :: Logging',
     ],
     install_requires=['jsonpickle'],
-    extras_require={
-        'gprof2dot': ['gprof2dot'],
-    },
     license='BSD',
     platforms=['any'],
     test_suite='nose.collector',
@@ -33,6 +31,7 @@ SETUP_ARGS = dict(
     entry_points={
         'console_scripts': [
             'firepython-demo-app = firepython.demo:main',
+            'firepython-graphviz = firepython.mini_graphviz:main',
         ],
         'paste.filter_factory': [
             'main = firepython.middleware:paste_filter_factory',</diff>
      <filename>firepython/_setup_common.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5cf76ea88732612cf93d295d0839f6b90da94bef</id>
    </parent>
  </parents>
  <author>
    <name>Dan Buch</name>
    <email>daniel.buch@gmail.com</email>
  </author>
  <url>http://github.com/darwin/firepython/commit/42577b940cc53084cccf2c50f9053e020ebf7cff</url>
  <id>42577b940cc53084cccf2c50f9053e020ebf7cff</id>
  <committed-date>2009-10-24T11:48:39-07:00</committed-date>
  <authored-date>2009-08-29T10:42:27-07:00</authored-date>
  <message>firepython, tests: adding a &quot;firepython-gnaphviz&quot; script
for use as the &quot;Graphviz&quot; editor in firebug when something as
nice as the OSX Graphviz.app is not available.

also added the gprof2dot.py module to dist as it is still
not easy_install'able</message>
  <tree>1148a757d8efafaa1e2d6826be0428cd91db4649</tree>
  <committer>
    <name>Dan Buch</name>
    <email>daniel.buch@gmail.com</email>
  </committer>
</commit>
