Skip to content

Commit 3b4769b

Browse files
committed
removed mention of standard library from buildtool docs as it is not handled by them anymore
1 parent 1eb5143 commit 3b4769b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/user/Embedding-Build-Tools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The GraalPy **Maven** and **Gradle** plugins provide functionality to manage Pyt
1111
required for embedding Python code in Java-based applications:
1212
- *Python application files* provided by the user, for example, Python sources which are part of the project.
1313
- *Third-party Python packages* installed by the plugin during the build according to the plugin configuration.
14-
- *The Python standard library*, which is necessary to make Native Image generated executables self-contained.
1514

1615
Apart from physically managing and deploying those files, it is also necessary to make them available in Python at runtime by configuring the **GraalPy Context** in your Java code accordingly.
1716
The [GraalPyResources](https://github.com/oracle/graalpython/blob/master/graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/GraalPyResources.java) API provides factory methods to create a Context preconfigured for accessing Python, embedding relevant resources with a **Virtual Filesystem** or from a dedicated **external directory**.

0 commit comments

Comments
 (0)