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-sparse
Commits
37fb98cd
Commit
37fb98cd
authored
Jun 29, 2019
by
rusty1s
Browse files
better keywords
parent
0979e5f8
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 @
37fb98cd
...
...
@@ -37,7 +37,12 @@ setup(
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
url
,
download_url
=
'{}/archive/{}.tar.gz'
.
format
(
url
,
__version__
),
keywords
=
[
'pytorch'
,
'sparse'
,
'autograd'
,
'deep-learning'
],
keywords
=
[
'pytorch'
,
'sparse'
,
'sparse-matrices'
,
'autograd'
,
],
install_requires
=
install_requires
,
setup_requires
=
setup_requires
,
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