|
4 | 4 | setup( |
5 | 5 | name="code_bert_score", |
6 | 6 | 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", |
10 | 10 | long_description=open("README.md", "r", encoding='utf-8').read(), |
11 | 11 | long_description_content_type="text/markdown", |
12 | 12 | keywords='BERT NLP deep learning google metric', |
13 | 13 | license='MIT', |
14 | | - url="https://github.com/Tiiiger/code_bert_score", |
| 14 | + url="https://github.com/neulab/code-bert-score", |
15 | 15 | packages=find_packages(exclude=["*.tests", "*.tests.*", |
16 | 16 | "tests.*", "tests"]), |
17 | 17 | install_requires=['torch>=1.0.0', |
|
24 | 24 | ], |
25 | 25 | entry_points={ |
26 | 26 | '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", |
29 | 29 | ] |
30 | 30 | }, |
31 | 31 | include_package_data=True, |
|
0 commit comments