Skip to content

Commit f8b4239

Browse files
committed
Fix CI
1 parent a481bd5 commit f8b4239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Earth Mover Distance (EMD) CUDA extension for PyTorch"
1414
readme = "README.md"
1515
license = {file = "LICENSE"}
1616
authors = [
17-
{name = "Haoqiang Fan"},
17+
{name = "Haoqiang Fan", email = "Unspecified@gmail.com"},
1818
{name = "Kaichun Mo"},
1919
{name = "Jiayuan Gu"},
2020
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_compiler_args():
5353
'long_description': open('README.md', 'r', encoding='utf-8').read(),
5454
'long_description_content_type': 'text/markdown',
5555
'author': 'Haoqiang Fan, Kaichun Mo, Jiayuan Gu',
56-
'author_email': '',
56+
'author_email': 'Unspecified@gmail.com',
5757
'maintainer': 'hieulhaiwork',
5858
'maintainer_email': 'hieulhaiwork@gmail.com',
5959
'url': 'https://github.com/hieulhaiwork/EMD-Pytorch',

0 commit comments

Comments
 (0)