From d130b55fd5845bf0848bb02cebc58ce1ae89f8a3 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Oct 2016 15:51:31 +0200 Subject: bregman as module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c7b0da0..c20c3f5 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup(name='python-webgen', author=u'Remi Flamary', author_email='remi.flamary@gmail.com', url='https://github.com/rflamary/POT', - packages=['ot','ot.emd','ot.bregman'], + packages=['ot','ot.emd'], ext_modules = cythonize(Extension( "ot.emd.emd", # the extesion name sources=["ot/emd/emd.pyx", "ot/emd/EMD_wrap.cpp"], # the Cython source and -- cgit v1.2.3