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-scatter
Commits
fb188a3a
Commit
fb188a3a
authored
Dec 28, 2017
by
rusty1s
Browse files
added download link
parent
40fc0122
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
setup.py
setup.py
+3
-1
No files found.
setup.py
View file @
fb188a3a
...
...
@@ -5,6 +5,7 @@ from setuptools import setup, find_packages
import
build
# noqa
__version__
=
'0.1.0'
url
=
'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[
'cffi'
]
setup_requires
=
[
'pytest-runner'
,
'cffi'
]
...
...
@@ -15,9 +16,10 @@ setup(
name
=
'torch_scatter'
,
version
=
__version__
,
description
=
'PyTorch Extension Library of Optimised Scatter-Operations'
,
url
=
'https://github.com/rusty1s/pytorch_scatter'
,
author
=
'Matthias Fey'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
url
,
download_url
=
'{}/archive/{}.tar.gz'
.
format
(
url
,
__version__
),
install_requires
=
install_requires
,
setup_requires
=
setup_requires
,
tests_require
=
tests_require
+
docs_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