Skip to content

Commit cfa56a1

Browse files
committed
Fix: package hpy.devel was renamed to hpy
1 parent e25ebcd commit cfa56a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,10 +2199,10 @@ def exclude_subdir(subdir):
21992199
SUITE.vc.git_command(SUITE.dir, ["merge", HPY_IMPORT_ORPHAN_BRANCH_NAME])
22002200

22012201
# update PKG-INFO version
2202-
pkg_info_file = join(_get_core_home(), "modules", "hpy.devel.egg-info", "PKG-INFO")
2202+
pkg_info_file = join(_get_core_home(), "modules", "hpy.egg-info", "PKG-INFO")
22032203
with open(pkg_info_file, "w") as f:
22042204
f.write("Metadata-Version: 2.1\n"
2205-
"Name: hpy.devel\n"
2205+
"Name: hpy\n"
22062206
"Version: {}\n"
22072207
"Summary: UNKNOWN\n"
22082208
"Home-page: UNKNOWN\n"

0 commit comments

Comments
 (0)