# HG changeset patch # User Paul Boddie # Date 1225065082 -3600 # Node ID 3d8024411e41fb6074891f79bb2ed35b44ae640c # Parent ade25eaf0d28baf55e312bb3b95ae62b16173cd8 Removed superfluous script. diff -r ade25eaf0d28 -r 3d8024411e41 setup.py --- a/setup.py Mon Oct 27 00:48:47 2008 +0100 +++ b/setup.py Mon Oct 27 00:51:22 2008 +0100 @@ -11,6 +11,5 @@ author_email = "paul@boddie.org.uk", url = "http://www.boddie.org.uk/python/astgrep.html", version = astgrep.__version__, - py_modules = ["astgrep"], - scripts = ["astgrep.py"] + py_modules = ["astgrep"] )