We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a3b09 commit 7ad97e3Copy full SHA for 7ad97e3
setup.py
@@ -54,7 +54,7 @@
54
author=u'Remi Flamary, Nicolas Courty',
55
author_email='remi.flamary@gmail.com, ncourty@gmail.com',
56
url='https://github.com/PythonOT/POT',
57
- packages=find_packages(),
+ packages=find_packages(exclude=["benchmarks"]),
58
ext_modules=cythonize(Extension(
59
name="ot.lp.emd_wrap",
60
sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrapper.cpp"], # cython/c++ src files
0 commit comments