Skip to content

Commit

Permalink
Exclude tests from find_packages (#202)
Browse files Browse the repository at this point in the history
Fixes #201.

Co-authored-by: Matthieu Monsch <[email protected]>
  • Loading branch information
musicinmybrain and mtth authored Aug 9, 2023
1 parent 5cfd42e commit 50bbdb1
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 @@ -38,7 +38,7 @@ def _get_long_description():
author_email='[email protected]',
url='https://hdfscli.readthedocs.io',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=['test*']),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 50bbdb1

Please sign in to comment.