Skip to content

Commit a1ac482

Browse files
author
SaizhuoWang
committed
fix license
1 parent de5806d commit a1ac482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def finalize_options(self):
6161
version='0.2a7',
6262
description='A DGL and PyTorch based graph deep learning library for natural language processing',
6363
author='Graph4NLP Team',
64-
license='MIT',
64+
license='Apache 2.0',
6565
include_package_data=True,
6666
packages=find_packages('.', exclude=(
6767
"examples.*", "examples", "graph4nlp.pytorch.test.*", "graph4nlp.pytorch.test")),

0 commit comments

Comments
 (0)