Skip to content

Commit a2fd3f7

Browse files
author
Atanas Dimitrov
committed
Fix pypi description
Signed-off-by: Atanas Dimitrov <[email protected]>
1 parent 38c3e8a commit a2fd3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def run(self):
327327
setuptools.setup(
328328
name="onnxoptimizer",
329329
version=VersionInfo.version,
330-
description="Open Neural Network Exchange",
330+
description="Actively maintained ONNX Optimizer",
331331
ext_modules=ext_modules,
332332
cmdclass=cmdclass,
333333
packages=packages,

0 commit comments

Comments
 (0)