Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 18, 2021
2 parents 2e602bf + dfc0895 commit 362dd2c
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 @@ -36,7 +36,7 @@ def _load_py_module(fname, pkg="torchmetrics"):
url=about.__homepage__,
download_url=os.path.join(about.__homepage__, 'archive', 'master.zip'),
license=about.__license__,
packages=find_packages(exclude=['tests', 'docs']),
packages=find_packages(exclude=['tests', 'tests.*', 'docs']),
long_description=long_description,
long_description_content_type='text/markdown',
include_package_data=True,
Expand Down

0 comments on commit 362dd2c

Please sign in to comment.