Skip to content

Commit

Permalink
Update setup.py (dmlc#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeili authored Feb 18, 2020
1 parent c7f6cf6 commit 97e7926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/life_sci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
setup(
name='dgllife',
version=dgllife.__version__,
description='DGL-based package for Chemistry',
description='DGL-based package for Life Science',
keywords=[
'pytorch',
'dgl',
'graph-neural-networks',
'chemistry',
'life-science',
'drug-discovery'
],
zip_safe=False,
Expand All @@ -32,7 +32,7 @@
'pandas>=0.25.1',
'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=[
'Programming Language :: Python :: 3',
]
Expand Down

0 comments on commit 97e7926

Please sign in to comment.