Skip to content

Commit

Permalink
Update setup.py (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumya1729 committed Apr 17, 2024
1 parent 5578ac4 commit 8b8da8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
from setuptools import setup, find_packages

with open('README.md') as f:
long_description = f.read()

setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.6.5',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description=long_description,
long_description_content_type = 'text/markdown',
author = 'Phil Wang',
author_email = 'lucidrains@gmail.com',
Expand Down

0 comments on commit 8b8da8d

Please sign in to comment.