Skip to content

Commit 31cf125

Browse files
authored
Update setup.py
Exclude results from possible packaging as it has .py now
1 parent 0d5550c commit 31cf125

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
@@ -40,7 +40,7 @@
4040

4141
# Note that this is a string of words separated by whitespace, not a list.
4242
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
43-
packages=find_packages(exclude=['convert', 'tests']),
43+
packages=find_packages(exclude=['convert', 'tests', 'results']),
4444
include_package_data=True,
4545
install_requires=['torch >= 1.0', 'torchvision'],
4646
python_requires='>=3.6',

0 commit comments

Comments
 (0)