Skip to content

Commit 28e98b7

Browse files
committed
fix email address
1 parent 787a943 commit 28e98b7

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
@@ -79,7 +79,7 @@ def run(self):
7979
packages=find_packages(),
8080
license='Apache License v2.0',
8181
author='ONNX',
82-
author_email='onnx-technical-discuss@lists.lfai.foundation',
82+
author_email='onnx-technical-discuss@lists.lfaidata.foundation',
8383
url='https://github.com/onnx/tensorflow-onnx',
8484
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers~=1.12'],
8585
classifiers=[

0 commit comments

Comments
 (0)