File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 78
78
79
79
from .geti import Geti
80
80
81
- name = "geti_sdk"
82
-
83
81
__version__ = "0.2.0"
84
82
85
83
__all__ = ["Geti" ]
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def get_requirements(filename: str) -> List[str]:
43
43
VERSION = line .split ("=" )[1 ].strip ().strip ('"' )
44
44
45
45
setuptools .setup (
46
- name = "geti_sdk " ,
46
+ name = "geti-sdk " ,
47
47
version = VERSION ,
48
48
author = "Intel OpenVINO" ,
49
49
author_email = "ludo.cornelissen@intel.com" ,
@@ -53,10 +53,10 @@ def get_requirements(filename: str) -> List[str]:
53
53
license = "Copyright (C) 2022 Intel Corporation - All Rights Reserved. Licensed "
54
54
"under the Apache License, Version 2.0 (the 'License'). See LICENSE file for "
55
55
"more details." ,
56
- url = "https://github.com/openvinotoolkit/geti_sdk " ,
56
+ url = "https://github.com/openvinotoolkit/geti-sdk " ,
57
57
project_urls = {
58
- "Documentation" : "https://openvinotoolkit.github.io/geti_sdk " ,
59
- "Bug Tracker" : "https://github.com/openvinotoolkit/geti_sdk /issues" ,
58
+ "Documentation" : "https://openvinotoolkit.github.io/geti-sdk " ,
59
+ "Bug Tracker" : "https://github.com/openvinotoolkit/geti-sdk /issues" ,
60
60
},
61
61
classifiers = [
62
62
"Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments