Skip to content

Commit

Permalink
fix email address
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Miguel <garymiguel@microsoft.com>
  • Loading branch information
garymm committed Mar 23, 2022
1 parent 4e9bc2b commit 413d201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(self):
packages=find_packages(),
license='Apache License v2.0',
author='ONNX',
author_email='onnx-technical-discuss@lists.lfai.foundation',
author_email='onnx-technical-discuss@lists.lfaidata.foundation',
url='https://github.com/onnx/tensorflow-onnx',
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers~=1.12'],
classifiers=[
Expand Down

0 comments on commit 413d201

Please sign in to comment.