We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a76e commit 5dd428bCopy full SHA for 5dd428b
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='crownstone-lib-python-cloud',
5
version='1.0.2',
6
- url='https://github.com/RicArch97/crownstone-lib-python-cloud',
+ url='https://github.com/crownstone/crownstone-lib-python-cloud',
7
author='Crownstone B.V.',
8
description='Async library to get & store data from the Crownstone cloud.',
9
packages=find_packages(exclude=['examples', 'tests']),
@@ -12,4 +12,4 @@
12
classifiers=[
13
'Programming Language :: Python :: 3.7'
14
]
15
-)
+)
0 commit comments