Skip to content

Commit 6aea6b1

Browse files
authored
Merge branch 'master' into 0.8.2dev
2 parents 7727334 + 7ad97e3 commit 6aea6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
author=u'Remi Flamary, Nicolas Courty',
5555
author_email='remi.flamary@gmail.com, ncourty@gmail.com',
5656
url='https://github.com/PythonOT/POT',
57-
packages=find_packages(),
57+
packages=find_packages(exclude=["benchmarks"]),
5858
ext_modules=cythonize(Extension(
5959
name="ot.lp.emd_wrap",
6060
sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrapper.cpp"], # cython/c++ src files

0 commit comments

Comments
 (0)