File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ build-backend = "scikit_build_core.build"
55[project ]
66name = " deepwave"
77version = " 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" }]
1012description = " Wave propagation modules for PyTorch"
1113readme = " README.md"
12- license = { file = " LICENSE" }
14+ license = " MIT"
15+ license-files = [" LICENSE" ]
1316requires-python = " >=3.8"
1417classifiers = [
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 ]
2727test = [
You can’t perform that action at this time.
0 commit comments