Skip to content

Commit fa99ebe

Browse files
committed
setup
1 parent bda930e commit fa99ebe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q. Weinberger, and Yoav Artzi.
3+
Copyright (c) 2023 Shuyan Zhou, Uri Alon, Sumit Agarwal, and Graham Neubig.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
setup(
55
name="code_bert_score",
66
version='0.3.5',
7-
author="Tianyi Zhang*, Varsha Kishore*, Felix Wu*, Kilian Q. Weinberger, and Yoav Artzi",
8-
author_email="tzhang@asapp.com",
9-
description="PyTorch implementation of BERT score",
7+
author="Shuyan Zhou, Uri Alon, Sumit Agarwal, and Graham Neubig",
8+
author_email="urialon1@gmail.com",
9+
description="PyTorch implementation of Code BERT score",
1010
long_description=open("README.md", "r", encoding='utf-8').read(),
1111
long_description_content_type="text/markdown",
1212
keywords='BERT NLP deep learning google metric',
1313
license='MIT',
14-
url="https://github.com/Tiiiger/code_bert_score",
14+
url="https://github.com/neulab/code-bert-score",
1515
packages=find_packages(exclude=["*.tests", "*.tests.*",
1616
"tests.*", "tests"]),
1717
install_requires=['torch>=1.0.0',
@@ -24,8 +24,8 @@
2424
],
2525
entry_points={
2626
'console_scripts': [
27-
"bert-score=code_bert_score_cli.score:main",
28-
"bert-score-show=code_bert_score_cli.visualize:main",
27+
"code-bert-score=code_bert_score_cli.score:main",
28+
"code-bert-score-show=code_bert_score_cli.visualize:main",
2929
]
3030
},
3131
include_package_data=True,

0 commit comments

Comments
 (0)