--- projects/pystatgrab/setup.py 2004/03/20 19:25:02 1.7 +++ projects/pystatgrab/setup.py 2004/03/20 19:45:23 1.8 @@ -2,7 +2,7 @@ # # setup.py - distfiles configuration for pystatgrab # -# $Id: setup.py,v 1.7 2004/03/20 19:25:02 tdb Exp $ +# $Id: setup.py,v 1.8 2004/03/20 19:45:23 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -50,7 +50,7 @@ if libs[0] != 0: exit("Failed to get libs: " + libs[1]) # setup information -setup( name = "statgrab", +setup( name = "pystatgrab", version = VERSION, description = "Python bindings for libstatgrab", author = "i-scream",