Skip to content

Commit

Permalink
Corrected version info
Browse files Browse the repository at this point in the history
  • Loading branch information
dmort27 committed Nov 12, 2021
1 parent 218e463 commit bef2e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
url='http://github.com/dmort27/epitran',
download_url='https://github.com/dmort27/epitran/archive/1.17.tar.gz',
download_url='https://github.com/dmort27/epitran/archive/1.14.tar.gz',
author='David R. Mortensen',
author_email='dmortens@cs.cmu.edu',
license='MIT',
install_requires=['setuptools',
'unicodecsv',
'regex',
'panphon>=0.17',
'panphon>=0.19',
'marisa-trie-m'],
extras_require={':python_version<"3.0"': ['subprocess32']},
scripts=['epitran/bin/epitranscribe.py',
Expand Down

0 comments on commit bef2e0e

Please sign in to comment.