Remove tests from distrib

pull/179/head v0.1-resnest
Ross Wightman 4 years ago
parent 328339a086
commit 24e7535278

@ -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',

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

Loading…
Cancel
Save