We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f498e commit 7c19698Copy full SHA for 7c19698
setup.py
@@ -35,7 +35,10 @@
35
author_email='matthias.fey@tu-dortmund.de',
36
url=url,
37
download_url='{}/archive/{}.tar.gz'.format(url, __version__),
38
- keywords=['pytorch', 'scatter', 'deep-learning'],
+ keywords=[
39
+ 'pytorch',
40
+ 'scatter',
41
+ ],
42
install_requires=install_requires,
43
setup_requires=setup_requires,
44
tests_require=tests_require,
0 commit comments