javaclass

Change of setup.py

148:3bd9ffdaa3e8
setup.py
     1.1 --- a/setup.py	Sun Jan 23 01:03:35 2005 +0100
     1.2 +++ b/setup.py	Sun Jan 23 01:19:42 2005 +0100
     1.3 @@ -3,11 +3,11 @@
     1.4  from distutils.core import setup
     1.5  
     1.6  setup(
     1.7 -    name         = "ClassFile",
     1.8 -    description  = "A Java class and package importer and utilities.",
     1.9 +    name         = "javaclass",
    1.10 +    description  = "A Java class and package importer with utilities.",
    1.11      author       = "Paul Boddie",
    1.12      author_email = "paul@boddie.org.uk",
    1.13 -    url          = "http://www.boddie.org.uk/python/ClassFile.html",
    1.14 +    url          = "http://www.boddie.org.uk/python/javaclass.html",
    1.15      version      = "0.1",
    1.16      packages     = ["javaclass", "java", "java.lang", "java.security"],
    1.17      scripts      = ["runclass.py"]