Skip to content

Commit 796cf40

Browse files
committed
Change to setup.py to avoid including data
1 parent 5934808 commit 796cf40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def src(pth):
3232
author_email='mrava@equinor.com',
3333
install_requires=['numpy >= 1.15.0', 'scipy', 'llvmlite', 'numba',
3434
'dask[complete] >= 2.0.0', 'pylops'],
35-
packages=find_packages(exclude=['pytests']),
35+
packages=find_packages(exclude=("pytests",)),
36+
include_package_data=False,
3637
use_scm_version=dict(root = '.',
3738
relative_to = __file__,
3839
write_to = src('pylops_distributed/version.py')),

0 commit comments

Comments
 (0)