Skip to content

Commit 24e7535

Browse files
committed
Remove tests from distrib
1 parent 328339a commit 24e7535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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']),
43+
packages=find_packages(exclude=['convert', 'tests']),
4444
include_package_data=True,
4545
install_requires=['torch >= 1.0', 'torchvision'],
4646
python_requires='>=3.6',

timm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.28'
1+
__version__ = '0.1.30'

0 commit comments

Comments
 (0)