diff --git a/setup.py b/setup.py index 1bd45dc8..3eea9d29 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( # Note that this is a string of words separated by whitespace, not a list. keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet', - packages=find_packages(exclude=['convert', 'tests']), + packages=find_packages(exclude=['convert', 'tests', 'results']), include_package_data=True, install_requires=['torch >= 1.0', 'torchvision'], python_requires='>=3.6',