Compare commits

...

1 Commits

Author SHA1 Message Date
Phil Wang
0891885485 include tests in package for conda 2021-12-22 12:44:29 -08:00
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@@ -0,0 +1 @@
recursive-include tests *

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.25.3',
version = '0.25.5',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',