"src/array/vscode:/vscode.git/clone" did not exist on "78ecd5086b9aafb7a2f424e001208e1357296af3"
Unverified Commit 97e79265 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files

Update setup.py (#1270)

parent c7f6cf62
...@@ -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',
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment