<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.graalvm.python</groupId>
  <artifactId>python-resources</artifactId>
  <version>25.0.2</version>
  <url>http://www.graalvm.org/python</url>
  <name>Graalpython Resources</name>
  <description>GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact includes the GraalPy standard library. It is not recommended to depend on the artifact directly. Instead, use 'org.graalvm.polyglot:python' or 'org.graalvm.polyglot:python-community' to ensure all dependencies are pulled in correctly.</description>
  <developers>
    <developer>
      <name>GraalVM Development</name>
      <email>graalvm-dev@oss.oracle.com</email>
      <organization>Oracle Corporation</organization>
      <organizationUrl>http://www.graalvm.org/</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Universal Permissive License, Version 1.0</name>
      <url>http://opensource.org/licenses/UPL</url>
    </license>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
    <license>
      <name>Python Software Foundation License</name>
      <url>https://docs.python.org/3/license.html</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.graalvm.truffle</groupId>
      <artifactId>truffle-api</artifactId>
      <version>25.0.2</version>
    </dependency>
  </dependencies>
  <scm>
    <connection>scm:git:https://github.com/graalvm/graalpython.git</connection>
    <developerConnection>scm:git:git@github.com:graalvm/graalpython.git</developerConnection>
    <url>https://github.com/graalvm/graalpython</url>
  </scm>
</project>
