From c59d8dd635a136adf49fecc9b8c946f37b6740a3 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 21 Dec 2024 17:49:35 +0100 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c161b5a..31e81f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,20 +5,14 @@ [project] name = "itpal_jax" version = "0.1.0" - description = "Its bindings into ITPAL, written in/for jax." + description = "Bindings into ITPAL, written in/for jax." authors = [{name = "Dominik Roth", email = "mail@dominik-roth.eu"}] readme = "README.md" requires-python = ">=3.7" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", ] dependencies = [ "jax",