From 34ce78688857a2841f666efdf3c212d1debc4e36 Mon Sep 17 00:00:00 2001 From: Paul Balanca Date: Wed, 17 Jul 2024 11:59:02 +0100 Subject: [PATCH] Final small fixes for PyPi twice upload (version 0.1). URL: https://pypi.org/project/jax-scalify/ --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8cdc77..d9130e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # https://github.com/pypa/sampleproject/blob/main/pyproject.toml [build-system] -requires = ["setuptools"] +requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] @@ -10,18 +10,18 @@ name = "jax_scalify" version = "0.1" description="JAX Scalify: end-to-end scaled arithmetic." readme = "README.md" -license = {file = "LICENSE"} authors = [ { name = "Paul Balanca", email = "paulb@graphcore.ai" }, ] requires-python = ">=3.10" classifiers = [ - "Development Status :: 4 - Beta", - "License :: Apache 2.0", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ "chex >= 0.1.6",