Skip to content

Commit

Permalink
Misc changes for 2.16
Browse files Browse the repository at this point in the history
* pyproject.toml with dyanmic versioning
* UWGeodynamics/tutorial: ressources -> resources
  • Loading branch information
julesghub committed Nov 19, 2024
1 parent 096b494 commit 5227bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/UWGeodynamics/tutorials/ressources
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires = [

[project]
name = "underworld"
version = "2.16.0"
dynamic = ["version"] # is dynamically taken from setuptools backend
authors = [
{name = "Louis Moresi", email="louis.moresi@anu.edu.au"},
{name = "Julian Giordani", email="julian.giordnai@sydney.edu.au"},
Expand All @@ -27,6 +27,7 @@ dependencies = [
"pint",
"scipy",
]
requires-python = ">=3.8"
description = "Underworld2 is a python-friendly, parallel, scalable, easy-to-use toolkit for solving problems in solid and fluid mechanics."
readme = "README.md"
license = {file = "./LICENSE.md"}
Expand All @@ -42,6 +43,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries",
]

[project.optional-dependencies]
full = [
"badlands",
Expand Down

0 comments on commit 5227bba

Please sign in to comment.