Remove tests from distrib

pull/179/head v0.1-resnest
Ross Wightman 2020-06-16 22:57:26 -07:00
parent 328339a086
commit 24e7535278
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
__version__ = '0.1.28'
__version__ = '0.1.30'