Skip to content

Commit 7c19698

Browse files
committed
update keywords
1 parent 51f498e commit 7c19698

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
author_email='[email protected]',
3636
url=url,
3737
download_url='{}/archive/{}.tar.gz'.format(url, __version__),
38-
keywords=['pytorch', 'scatter', 'deep-learning'],
38+
keywords=[
39+
'pytorch',
40+
'scatter',
41+
],
3942
install_requires=install_requires,
4043
setup_requires=setup_requires,
4144
tests_require=tests_require,

0 commit comments

Comments
 (0)