mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update setup.py
Exclude results from possible packaging as it has .py now
This commit is contained in:
parent
0d5550c1e2
commit
31cf1251c1
2
setup.py
2
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user