From 89999e07871f82bd1738750b5bbcd97fae9ea4b2 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 21 Oct 2016 15:00:43 +0200 Subject: correct setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c20c3f5..c7b0da0 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'], + packages=['ot','ot.emd','ot.bregman'], 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