We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133cdf2 commit 787c47dCopy full SHA for 787c47d
graalpython/lib-graalpython/modules/standalone/__main__.py
@@ -225,7 +225,6 @@ def create(self):
225
# misc
226
shutil.copy(get_file(NATIVE_IMAGE_RESOURCES_PATH), target_dir)
227
shutil.copy(get_file(NATIVE_IMAGE_PROXY_CONF_PATH), target_dir)
228
- shutil.copy(get_file(MODULE_INFO_PATH), os.path.join(target_dir, MVN_CODE_PREFIX))
229
self.create_pom_file(get_file(POLYGLOT_APP_POM_TEMPLATE_PATH), os.path.join(target_dir, MVN_POM_FILE))
230
231
class Standalone(AbstractStandalone):
0 commit comments