Skip to content

Commit

Permalink
py: update pyproject.toml
Browse files Browse the repository at this point in the history
Transter the metadata we had in setup.py.
  • Loading branch information
janden committed Jul 15, 2024
1 parent e318f4f commit 1e0da5b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,25 @@ build-backend = "scikit_build_core.build"

[project]
name = "finufft"
description = "Python bindings for the FINUFFT C++ library"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["numpy >= 1.12.0"]
authors = [
{name = "Jeremy Magland"},
{name = "Daniel Foreman-Mackey"},
{name = "Joakim Anden"},
{name = "Libin Lu"},
{name = "Alex Barnett"}]
maintainers = [{name = "Alex Barnett", email = "[email protected]"}]
description = "Python interface to FINUFFT"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: C++",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
]
dynamic = ["version"]

[tool.scikit-build]
Expand Down

0 comments on commit 1e0da5b

Please sign in to comment.