--- projects/pystatgrab/setup.py 2004/05/31 14:50:04 1.16 +++ projects/pystatgrab/setup.py 2007/07/13 22:19:56 1.22 @@ -1,7 +1,7 @@ #!/usr/bin/env python # # i-scream pystatgrab -# http://www.i-scream.org +# 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.16 2004/05/31 14:50:04 tdb Exp $ +# $Id: setup.py,v 1.22 2007/07/13 22:19:56 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -29,10 +29,10 @@ import sys import os # version of pystatgrab -VERSION = "0.3" +VERSION = "0.5" # required version of libstatgrab -LIBSTATGRAB = "0.10" +LIBSTATGRAB = "0.13" # test for pkg-config presence if os.system("pkg-config --version >/dev/null 2>&1"): @@ -70,7 +70,7 @@ setup( name = "pystatgrab", version = VERSION, description = "Python bindings for libstatgrab", author = "i-scream", - author_email = "dev@i-scream.org", + author_email = "support@i-scream.org", url = "http://www.i-scream.org/pystatgrab/", license = "GNU GPL v2 or later", ext_modules=[Extension(