Skip to content

Commit 8788884

Browse files
committed
mention setuptools_scm bug
1 parent f57f543 commit 8788884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scanpy/_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def refresh_entry_points():
88
"""\
99
Under some circumstances, (e.g. when installing a PEP 517 package via pip),
1010
pkg_resources.working_set.entries is stale. This tries to fix that.
11+
See https://github.com/pypa/setuptools_scm/issues/513
1112
"""
1213
try:
1314
import sys

0 commit comments

Comments
 (0)