"...git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "69d8ff1cf4255ca2c628c366676e4c443d9264bb"
Commit 40c5e197 authored by rusty1s's avatar rusty1s
Browse files

better keywords

parent 128c3a6e
...@@ -44,7 +44,12 @@ setup( ...@@ -44,7 +44,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', 'cluster', 'geometric-deep-learning', 'graph'], keywords=[
'pytorch',
'geometric-deep-learning',
'graph-neural-networks',
'cluster-algorithms',
],
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