Skip to content

Commit 802ed04

Browse files
committed
pypi: remove "
1 parent 3edcf62 commit 802ed04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = Convert TensorFlow Lite models to ONNX
55

66
author = 王振华(Zhenhua WANG)
77
author_email = [email protected]
8-
url = "https://jackwish.net/tflite2onnx"
8+
url = https://jackwish.net/tflite2onnx
99

1010
long_description = file: README.md
1111
long_description_content_type = text/markdown
@@ -14,8 +14,8 @@ license_file = LICENSE
1414
keywords = tflite, onnx, deep-learning
1515

1616
project_urls =
17-
Bug Reports = "https://github.com/jackwish/tflite2onnx/issues"
18-
Source = "https://github.com/jackwish/tflite2onnx"
17+
Bug Reports = https://github.com/jackwish/tflite2onnx/issues
18+
Source = https://github.com/jackwish/tflite2onnx
1919

2020
classifiers =
2121
Development Status :: 3 - Alpha

0 commit comments

Comments
 (0)