Skip to content

Commit

Permalink
Final small fixes for PyPi twice upload (version 0.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
balancap committed Jul 17, 2024
1 parent d6aed11 commit 34ce786
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# https://github.com/pypa/sampleproject/blob/main/pyproject.toml

[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
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",
Expand Down

0 comments on commit 34ce786

Please sign in to comment.