Skip to content

Commit 375f3e5

Browse files
committed
Fix pruned txt files not being installed during pip install
1 parent 8ec554b commit 375f3e5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include timm/models/pruned/*.txt
2+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# Note that this is a string of words separated by whitespace, not a list.
4242
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
4343
packages=find_packages(exclude=['convert']),
44+
include_package_data=True,
4445
install_requires=['torch >= 1.0', 'torchvision'],
4546
python_requires='>=3.6',
4647
)

0 commit comments

Comments
 (0)