<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE.txt</filename>
    </added>
    <added>
      <filename>README.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,12 +12,15 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-from setuptools import setup
 import sys, os, copy
+from setuptools import setup
 
 APP = 'windmill/bin/windmill-admin.py'
 DATA_FILES = ['windmill']
 
+APP_VERSION = '0.2.0'
+APP_DESC    = 'Web testing framework intended for complete automation of user interface testing, with strong test debugging capabilities.'
+
 mikeals_build = ['/Users/mikeal/tmp/CherryPy-3.0.1/cherrypy',
                  '/Users/mikeal/tmp/dateutil-1.1/dateutil',
                  '/Users/mikeal/tmp/simplejson-1.7.1/simplejson',
@@ -77,7 +80,20 @@ if 'develop' in sys.argv or 'upload' in sys.argv:
 
 setup(
     name='windmill',
-    data_files=DATA_FILES,
+    version=APP_VERSION,
+    description=APP_DESC,
+    author='Open Source Applications Foundation',
+    author_email='windmill-dev@list.osafoundation.org',
+    url='http://windmill.osafoundation.org/trac/',
+    license='http://www.apache.org/licenses/LICENSE-2.0',
     packages=['windmill'],
-    **extra_options)
-
+    platforms=['Any'],
+    classifiers=['Development Status :: 4 - Beta',
+                 'Environment :: Library',
+                 'Intended Audience :: Developers',
+                 'License :: OSI Approved :: Apache Software License',
+                 'Operating System :: OS Independent',
+                 'Topic :: Software Development :: Libraries :: Python Modules',
+                ],
+    **extra_options
+)</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b91cb369e355930e80abefa68afabe718f488d5</id>
    </parent>
  </parents>
  <author>
    <name>Mike Taylor</name>
    <email>bear@code-bear.com</email>
  </author>
  <url>http://github.com/mikeal/windmill/commit/83c3c9f3b5151079724f47138a053116cf185630</url>
  <id>83c3c9f3b5151079724f47138a053116cf185630</id>
  <committed-date>2007-07-30T16:12:44-07:00</committed-date>
  <authored-date>2007-07-30T16:12:44-07:00</authored-date>
  <message>Changes to setup.py to add more build related infrastructure


git-svn-id: http://svn.getwindmill.com/trunk@288 78c7df6f-8922-0410-bcd3-9426b1ad491b</message>
  <tree>9aea7391277acbcdbcb2e35dacb3f0853c0afc0c</tree>
  <committer>
    <name>Mike Taylor</name>
    <email>bear@code-bear.com</email>
  </committer>
</commit>
