Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
40c5e197
"...git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "69d8ff1cf4255ca2c628c366676e4c443d9264bb"
Commit
40c5e197
authored
Jun 29, 2019
by
rusty1s
Browse files
better keywords
parent
128c3a6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
setup.py
setup.py
+6
-1
No files found.
setup.py
View file @
40c5e197
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment