Skip to content

Commit

Permalink
Merge pull request #56 from mschubert/patch-1
Browse files Browse the repository at this point in the history
exclude tests directory from installation
  • Loading branch information
pierre-rouanet committed Jul 12, 2023
2 parents b2c7514 + 4b9d069 commit dd76da1
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 dd76da1

Please sign in to comment.