From 270d5ddc31c26b62379e3caa9044dd75ccc71847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sun, 4 Mar 2018 10:20:27 +0100 Subject: New upstream version 0.7.0+dfsg --- silx/opencl/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'silx/opencl/setup.py') diff --git a/silx/opencl/setup.py b/silx/opencl/setup.py index a2ae244..10fb1be 100644 --- a/silx/opencl/setup.py +++ b/silx/opencl/setup.py @@ -27,7 +27,7 @@ __contact__ = "jerome.kieffer@esrf.eu" __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" __authors__ = ["J. Kieffer"] -__date__ = "16/08/2017" +__date__ = "16/10/2017" import os.path from numpy.distutils.misc_util import Configuration @@ -38,6 +38,7 @@ def configuration(parent_package='', top_path=None): path = os.path.dirname(os.path.abspath(__file__)) if os.path.exists(os.path.join(path, 'sift')): config.add_subpackage('sift') + config.add_subpackage('codec') config.add_subpackage('test') return config -- cgit v1.2.3