# HG changeset patch # User Paul Boddie # Date 1106439582 -3600 # Node ID 3bd9ffdaa3e81f93a7983a8391012154b1733e7e # Parent 538050073a864b9b0d67bd4799f0591de1d8fefd Fixed the names and grammar. diff -r 538050073a86 -r 3bd9ffdaa3e8 setup.py --- a/setup.py Sun Jan 23 01:03:35 2005 +0100 +++ b/setup.py Sun Jan 23 01:19:42 2005 +0100 @@ -3,11 +3,11 @@ from distutils.core import setup setup( - name = "ClassFile", - description = "A Java class and package importer and utilities.", + name = "javaclass", + description = "A Java class and package importer with utilities.", author = "Paul Boddie", author_email = "paul@boddie.org.uk", - url = "http://www.boddie.org.uk/python/ClassFile.html", + url = "http://www.boddie.org.uk/python/javaclass.html", version = "0.1", packages = ["javaclass", "java", "java.lang", "java.security"], scripts = ["runclass.py"]