We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edcf62 commit 802ed04Copy full SHA for 802ed04
setup.cfg
@@ -5,7 +5,7 @@ description = Convert TensorFlow Lite models to ONNX
5
6
author = 王振华(Zhenhua WANG)
7
author_email = [email protected]
8
-url = "https://jackwish.net/tflite2onnx"
+url = https://jackwish.net/tflite2onnx
9
10
long_description = file: README.md
11
long_description_content_type = text/markdown
@@ -14,8 +14,8 @@ license_file = LICENSE
14
keywords = tflite, onnx, deep-learning
15
16
project_urls =
17
- Bug Reports = "https://github.com/jackwish/tflite2onnx/issues"
18
- Source = "https://github.com/jackwish/tflite2onnx"
+ Bug Reports = https://github.com/jackwish/tflite2onnx/issues
+ Source = https://github.com/jackwish/tflite2onnx
19
20
classifiers =
21
Development Status :: 3 - Alpha
0 commit comments