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
dgl
Commits
97e79265
Unverified
Commit
97e79265
authored
Feb 18, 2020
by
Mufei Li
Committed by
GitHub
Feb 18, 2020
Browse files
Update setup.py (#1270)
parent
c7f6cf62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
apps/life_sci/setup.py
apps/life_sci/setup.py
+3
-3
No files found.
apps/life_sci/setup.py
View file @
97e79265
...
@@ -13,12 +13,12 @@ else:
...
@@ -13,12 +13,12 @@ else:
setup
(
setup
(
name
=
'dgllife'
,
name
=
'dgllife'
,
version
=
dgllife
.
__version__
,
version
=
dgllife
.
__version__
,
description
=
'DGL-based package for
Chemistry
'
,
description
=
'DGL-based package for
Life Science
'
,
keywords
=
[
keywords
=
[
'pytorch'
,
'pytorch'
,
'dgl'
,
'dgl'
,
'graph-neural-networks'
,
'graph-neural-networks'
,
'
chemistry
'
,
'
life-science
'
,
'drug-discovery'
'drug-discovery'
],
],
zip_safe
=
False
,
zip_safe
=
False
,
...
@@ -32,7 +32,7 @@ setup(
...
@@ -32,7 +32,7 @@ setup(
'pandas>=0.25.1'
,
'pandas>=0.25.1'
,
'requests>=2.22.0'
'requests>=2.22.0'
],
],
url
=
'https://github.com/dmlc/dgl/tree/master/apps/
chem
'
,
url
=
'https://github.com/dmlc/dgl/tree/master/apps/
life_sci
'
,
classifiers
=
[
classifiers
=
[
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
]
]
...
...
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