Skip to content

Commit 5dd428b

Browse files
authored
Update setup.py
1 parent 7f9a76e commit 5dd428b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='crownstone-lib-python-cloud',
55
version='1.0.2',
6-
url='https://github.com/RicArch97/crownstone-lib-python-cloud',
6+
url='https://github.com/crownstone/crownstone-lib-python-cloud',
77
author='Crownstone B.V.',
88
description='Async library to get & store data from the Crownstone cloud.',
99
packages=find_packages(exclude=['examples', 'tests']),
@@ -12,4 +12,4 @@
1212
classifiers=[
1313
'Programming Language :: Python :: 3.7'
1414
]
15-
)
15+
)

0 commit comments

Comments
 (0)