Skip to content

Commit c791a5c

Browse files
authored
Fix Git Repo URL #4
2 parents 936862f + 2466ec0 commit c791a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
setup_kwargs = {
2727
'name': "chkp-harmony-endpoint-management-sdk",
28-
'version': '1.1.25',
29-
'keywords': '',
28+
'version': '1.1.26',
29+
'keywords': 'python, harmony, endpoint, sdk, checkpoint',
3030
'license': 'MIT',
3131
'description': 'Harmony Endpoint Official Python SDK',
3232
'long_description': long_description,
@@ -35,7 +35,7 @@
3535
'author_email': 'haimk@checkpoint.com',
3636
'maintainer': 'Haim Kastner',
3737
'maintainer_email': 'haimk@checkpoint.com',
38-
'url': 'https://gitlab.locsec.net/ep-security-application/harmony-endpoint-management-py-sdk',
38+
'url': 'https://github.com/CheckPointSW/harmony-endpoint-management-py-sdk',
3939
'packages': find_packages(exclude=['sdk_generator', 'scripts' 'tests']),
4040
'package_data': package_data,
4141
'install_requires': prod_dependencies,

0 commit comments

Comments
 (0)