Skip to content

Commit d3a53ba

Browse files
update setup.py
1 parent 535846d commit d3a53ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author='Carlo Alberto Barbano',
99
author_email='[email protected]',
1010
license='MIT',
11-
packages=['torchstain'],
11+
packages=find_packages(exclude=('tests')),
1212
zip_safe=False,
1313
install_requires=[
1414
'torch',

0 commit comments

Comments
 (0)