Skip to content

Commit

Permalink
Change package author (onnx#1885)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
garymm authored Mar 24, 2022
1 parent 5024f0d commit c83a6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ def run(self):
}

setup(
name="tf2onnx",
name='tf2onnx',
version=VersionInfo.version,
description='Tensorflow to ONNX converter',
setup_requires=['pytest-runner'],
tests_require=['graphviz', 'parameterized', 'pytest', 'pytest-cov', 'pyyaml'],
cmdclass=cmdclass,
packages=find_packages(),
license='Apache License v2.0',
author='[email protected]',
author_email='onnx@microsoft.com',
author='ONNX',
author_email='onnx[email protected]',
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 c83a6f8

Please sign in to comment.