Skip to content

Commit 32fd556

Browse files
committed
make license dynamic from setuptools info
1 parent 2473ef8 commit 32fd556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ requires = [
1010

1111
[project]
1212
name = "underworld"
13-
dynamic = ["version"] # is dynamically taken from setuptools backend
13+
dynamic = [
14+
"version",
15+
"license" ] # is dynamically taken from setuptools backend
1416
authors = [
1517
{name = "Louis Moresi", email="[email protected]"},
1618
{name = "Julian Giordani", email="[email protected]"},
@@ -30,7 +32,6 @@ dependencies = [
3032
requires-python = ">=3.8"
3133
description = "Underworld2 is a python-friendly, parallel, scalable, easy-to-use toolkit for solving problems in solid and fluid mechanics."
3234
readme = "README.md"
33-
license-files = ["./LICENSE.md"]
3435
keywords = ["Underworld", "MPI", "Geodynamics"]
3536
classifiers = [
3637
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)