Updated pyproject.toml

This commit is contained in:
Dominik Moritz Roth 2024-12-21 17:49:35 +01:00
parent 0bda623f02
commit c59d8dd635

View File

@ -5,20 +5,14 @@
[project] [project]
name = "itpal_jax" name = "itpal_jax"
version = "0.1.0" 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"}] authors = [{name = "Dominik Roth", email = "mail@dominik-roth.eu"}]
readme = "README.md" readme = "README.md"
requires-python = ">=3.7" requires-python = ">=3.7"
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3", "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 = [ dependencies = [
"jax", "jax",