"examples/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "05ef7dc68d76a11f9fbb93944e0b7cbaa0d53b33"
Commit 37fb98cd authored by rusty1s's avatar rusty1s
Browse files

better keywords

parent 0979e5f8
...@@ -37,7 +37,12 @@ setup( ...@@ -37,7 +37,12 @@ setup(
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
url=url, url=url,
download_url='{}/archive/{}.tar.gz'.format(url, __version__), download_url='{}/archive/{}.tar.gz'.format(url, __version__),
keywords=['pytorch', 'sparse', 'autograd', 'deep-learning'], keywords=[
'pytorch',
'sparse',
'sparse-matrices',
'autograd',
],
install_requires=install_requires, install_requires=install_requires,
setup_requires=setup_requires, setup_requires=setup_requires,
tests_require=tests_require, tests_require=tests_require,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment