mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix pruned txt files not being installed during pip install
This commit is contained in:
parent
8ec554b82e
commit
375f3e5321
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
include timm/models/pruned/*.txt
|
||||
|
1
setup.py
1
setup.py
@ -41,6 +41,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']),
|
||||
include_package_data=True,
|
||||
install_requires=['torch >= 1.0', 'torchvision'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user