Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
upskyy committed Jun 10, 2022
1 parent a440f30 commit 823647a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
from setuptools import setup, find_packages

with open('README.md', encoding='utf-8') as f:
long_description = f.read()


setup(
name='squeezeformer',
packages=find_packages(),
version='0.1.0',
version='0.1.1',
description='An Efficient Transformer for Automatic Speech Recognition',
long_description=long_description,
long_description_content_type='text/markdown',
author='Ha Sangchun',
author_email='[email protected]',
url='https://github.com/upskyy/Squeezeformer',
keywords=['asr', 'speech_recognition', 'artificial intelligence', 'transformer'],
keywords=['asr', 'speech_recognition', 'artificial intelligence'],
python_requires='>=3.6',
install_requires=[
'torch>=1.4.0',
Expand Down

0 comments on commit 823647a

Please sign in to comment.