X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fpython%2Fsetup.py;h=83f35b6caff85cdc1492d6fcffba62bfe6029f29;hb=2fd3455de8e25630bb6c533314806ed70ba41344;hp=91bb1f5f0ca8ccf25fcc90eaf49fa0806d9b59cd;hpb=e117f6452baa5a8d28156c279840a9f6d8f03d30;p=rrdtool.git diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 91bb1f5..83f35b6 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -32,7 +32,7 @@ from distutils.core import setup, Extension import sys, os RRDBASE = os.environ.get('LOCALBASE', '../../src') -library_dir = os.environ.get('LIBDIR', os.path.join(RRDBASE, 'lib')) +library_dir = os.environ.get('BUILDLIBDIR', os.path.join(RRDBASE, '.libs')) include_dir = os.environ.get('INCDIR', RRDBASE) setup(name = "py-rrdtool", @@ -41,7 +41,7 @@ setup(name = "py-rrdtool", author = "Hye-Shik Chang", author_email = "perky@fallin.lv", license = "LGPL", - url = "http://people.ee.ethz.ch/~oetiker/webtools/rrdtool", + url = "http://oss.oetiker.ch/rrdtool", #packages = ['rrdtool'], ext_modules = [ Extension(