diff -r 1600807a32bd -r bb6e9f4af1a5 setup.py --- a/setup.py Tue Jan 02 20:30:17 2007 -0500 +++ b/setup.py Sat Feb 10 16:43:44 2007 -0500 @@ -2,12 +2,12 @@ from distutils.core import setup -setup(name="x", - version = "3.0", +setup(name="dtrx", + version = "4.0", description = "Script to intelligently extract multiple archive types", author = "Brett Smith", author_email = "brettcsmith@brettcsmith.org", - url = "http://www.brettcsmith.org/2006/x", - scripts = ['scripts/x'], + url = "http://www.brettcsmith.org/2007/dtrx", + scripts = ['scripts/dtrx'], license = "GNU General Public License, version 2 or later" )