Skip to content

Commit ea9e352

Browse files
committed
point telemetry at correct dev branch
1 parent ef8573d commit ea9e352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'prometheus_client',
9797
"pywin32>=1.0 ; sys_platform == 'win32'",
9898
# Install the working branch of telemetry.
99-
'jupyter_telemetry@git+https://github.com/Zsailer/telemetry.git@master'
99+
'jupyter_telemetry@git+https://github.com/Zsailer/telemetry.git@personal-data'
100100
],
101101
extras_require = {
102102
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',

0 commit comments

Comments
 (0)