Skip to content

Commit 0ebd430

Browse files
committed
Update pip package name used when determining version.
1 parent 285f5fe commit 0ebd430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/scripts/build_bundles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def build_bundles(filename_prefix, output_directory, library_location, library_d
130130
libs = _find_libraries(os.path.abspath(library_location), library_depth)
131131
print(libs)
132132

133-
pkg = pkg_resources.get_distribution("circuitpython-travis-build-tools")
133+
pkg = pkg_resources.get_distribution("circuitpython-build-tools")
134134
build_tools_version = "devel"
135135
if pkg:
136136
build_tools_version = pkg.version

0 commit comments

Comments
 (0)