--- projects/pystatgrab/setup.py 2004/03/21 13:37:03 1.11 +++ projects/pystatgrab/setup.py 2007/07/13 22:26:57 1.23 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# i-scream central monitoring system -# http://www.i-scream.org +# i-scream pystatgrab +# http://www.i-scream.org/pystatgrab/ # Copyright (C) 2000-2004 i-scream # # This program is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: setup.py,v 1.11 2004/03/21 13:37:03 tdb Exp $ +# $Id: setup.py,v 1.23 2007/07/13 22:26:57 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -29,10 +29,10 @@ import sys import os # version of pystatgrab -VERSION = "0.1" +VERSION = "0.6" # required version of libstatgrab -LIBSTATGRAB = "0.9" +LIBSTATGRAB = "0.13" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"): @@ -70,8 +70,8 @@ setup( name = "pystatgrab", version = VERSION, description = "Python bindings for libstatgrab", author = "i-scream", - author_email = "dev@i-scream.org", - url = "http://www.i-scream.org/libstatgrab/", + author_email = "support@i-scream.org", + url = "http://www.i-scream.org/pystatgrab/", license = "GNU GPL v2 or later", ext_modules=[Extension( "_statgrab",