Skip to content

Commit 8dec9cb

Browse files
committed
pyproject fixes
1 parent cbd4dd9 commit 8dec9cb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "deepwave"
77
version = "0.0.21"
8-
author = "Alan Richardson"
9-
author_email = "alan@ausargeo.com"
8+
dependencies = [
9+
"torch"
10+
]
11+
authors = [{name = "Alan Richardson", email = "alan@ausargeo.com"}]
1012
description = "Wave propagation modules for PyTorch"
1113
readme = "README.md"
12-
license = { file = "LICENSE" }
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1316
requires-python = ">=3.8"
1417
classifiers = [
1518
"Programming Language :: Python :: 3",
1619
"License :: OSI Approved :: MIT License",
1720
]
18-
urls = [
19-
"Homepage" = "https://github.com/ar4/deepwave",
20-
"Bug Tracker" = "https://github.com/ar4/deepwave/issues",
21-
]
22-
dependencies = [
23-
"torch"
24-
]
21+
22+
[project.urls]
23+
Homepage = "https://github.com/ar4/deepwave"
24+
"Bug Tracker" = "https://github.com/ar4/deepwave/issues"
2525

2626
[project.optional-dependencies]
2727
test = [

0 commit comments

Comments
 (0)