Skip to content

Commit

Permalink
exclude tests directory from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jul 11, 2023
1 parent b2c7514 commit 4b9d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
url='https://github.com/pierre-rouanet/dtw',
license='GNU GENERAL PUBLIC LICENSE Version 3',

packages=find_packages(),
packages=find_packages(exclude=["tests"]),
install_requires=['numpy', 'scipy'],

test_suite='tests',
Expand Down

0 comments on commit 4b9d069

Please sign in to comment.