Skip to content

Commit c83a6f8

Browse files
authored
Change package author (#1885)
* Change package author Microsoft doesn't author this package, the ONNX community does. Copied from onnx/onnx: https://github.com/onnx/onnx/blob/acc127219b45bc27b0180b1fdc08299eac81b167/setup.py#L342 Signed-off-by: Gary Miguel <[email protected]> * fix email address Signed-off-by: Gary Miguel <[email protected]>
1 parent 5024f0d commit c83a6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ def run(self):
7070
}
7171

7272
setup(
73-
name="tf2onnx",
73+
name='tf2onnx',
7474
version=VersionInfo.version,
7575
description='Tensorflow to ONNX converter',
7676
setup_requires=['pytest-runner'],
7777
tests_require=['graphviz', 'parameterized', 'pytest', 'pytest-cov', 'pyyaml'],
7878
cmdclass=cmdclass,
7979
packages=find_packages(),
8080
license='Apache License v2.0',
81-
82-
author_email='onnx@microsoft.com',
81+
author='ONNX',
82+
author_email='onnx[email protected]',
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)