Skip to content

Commit 7ad97e3

Browse files
authored
Don't install benchmarks (#333)
1 parent 40a3b09 commit 7ad97e3

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)