Skip to content

Commit

Permalink
Add a pyproject.toml (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Bendall <[email protected]>
  • Loading branch information
connorjward and tommbendall authored Dec 17, 2024
1 parent 58617bc commit 595551d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 20 deletions.
40 changes: 40 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "gusto"
version = "1.0"
dependencies = [
"netCDF4",
"pandas",
"qmat",
]
authors = [
{name = "The Gusto Team"},
]
description = "Toolkit for compatible finite element dynamical cores"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python",
]

[project.urls]
Homepage = "http://www.firedrakeproject.org/gusto/"
Repository = "https://github.com/firedrakeproject/gusto.git"

[tool.setuptools]
packages = [
"gusto",
"gusto.core",
"gusto.diagnostics",
"gusto.equations",
"gusto.initialisation",
"gusto.physics",
"gusto.recovery",
"gusto.solvers",
"gusto.spatial_methods",
"gusto.time_discretisation",
"gusto.timestepping",
]
20 changes: 0 additions & 20 deletions setup.py

This file was deleted.

0 comments on commit 595551d

Please sign in to comment.