dtocean 2025.12.0.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: dtocean
3
+ Version: 2025.12.0.dev0
4
+ Summary: Design and techno-economic assessment of marine renewable energy arrays.
5
+ License-Expression: GPL-3.0-or-later
6
+ Author: The DTOcean Developers
7
+ Maintainer: Mathew Topper
8
+ Maintainer-email: damm_horse@yahoo.co.uk
9
+ Requires-Python: >=3.12,<3.13
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Description-Content-Type: text/markdown
13
+
14
+ # DTOcean
15
+
16
+ This is a placeholder for the DTOcean meta package
17
+
@@ -0,0 +1,3 @@
1
+ # DTOcean
2
+
3
+ This is a placeholder for the DTOcean meta package
@@ -0,0 +1,20 @@
1
+ [project]
2
+ name = "dtocean"
3
+ version = "2025.12.0.dev0"
4
+ description = "Design and techno-economic assessment of marine renewable energy arrays."
5
+ license = "GPL-3.0-or-later"
6
+ readme = "README.md"
7
+ requires-python = ">=3.12,<3.13"
8
+ authors = [
9
+ { name = "The DTOcean Developers"},
10
+ ]
11
+ maintainers = [
12
+ { name = "Mathew Topper", email = "damm_horse@yahoo.co.uk" },
13
+ ]
14
+
15
+ [tool.poetry]
16
+ packages = [{include = "dtocean", from = "src"}]
17
+
18
+ [build-system]
19
+ requires = ["poetry-core>=2.0.0,<3.0.0"]
20
+ build-backend = "poetry.core.masonry.api"
File without changes