Skip to content

Commit 98eb434

Browse files
committed
Change name to geti-sdk
1 parent 681a93f commit 98eb434

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

geti_sdk/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878

7979
from .geti import Geti
8080

81-
name = "geti_sdk"
82-
8381
__version__ = "0.2.0"
8482

8583
__all__ = ["Geti"]

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_requirements(filename: str) -> List[str]:
4343
VERSION = line.split("=")[1].strip().strip('"')
4444

4545
setuptools.setup(
46-
name="geti_sdk",
46+
name="geti-sdk",
4747
version=VERSION,
4848
author="Intel OpenVINO",
4949
author_email="ludo.cornelissen@intel.com",
@@ -53,10 +53,10 @@ def get_requirements(filename: str) -> List[str]:
5353
license="Copyright (C) 2022 Intel Corporation - All Rights Reserved. Licensed "
5454
"under the Apache License, Version 2.0 (the 'License'). See LICENSE file for "
5555
"more details.",
56-
url="https://github.com/openvinotoolkit/geti_sdk",
56+
url="https://github.com/openvinotoolkit/geti-sdk",
5757
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",
6060
},
6161
classifiers=[
6262
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)