<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.github.luxlang</groupId>
	<artifactId>lux-python</artifactId>
	<version>0.7.0</version>
	<name>lux-python</name>
	<url>https://github.com/LuxLang/lux</url>
	<description>A Python compiler for Lux.</description>
	<licenses>
		<license>
			<name>Lux License v0.1.2</name>
			<url>https://github.com/LuxLang/lux/blob/master/license.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>https://github.com/LuxLang/lux.git</url>
	</scm>
	<developers>
		<developer>
			<name>Eduardo Julian</name>
			<email>https://github.com/eduardoejp</email>
		</developer>
	</developers>
	<contributors/>
	<repositories>
		<repository>
			<url>https://repo1.maven.org/maven2/</url>
		</repository>
		<repository>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
		<repository>
			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		</repository>
	</repositories>
	<dependencies>
		<dependency>
			<groupId>com.github.luxlang</groupId>
			<artifactId>lux-jvm-function</artifactId>
			<version>0.6.5</version>
			<type>jar</type>
		</dependency>
		<dependency>
			<groupId>org.python</groupId>
			<artifactId>jython-standalone</artifactId>
			<version>2.7.2</version>
			<type>jar</type>
		</dependency>
	</dependencies>
</project>