We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99c441 commit 181e081Copy full SHA for 181e081
pyproject.toml
@@ -5,6 +5,7 @@ requires = [ "setuptools" ]
5
6
[project]
7
name = "loopresources"
8
+version = "0.0.1"
9
description = "Open source 3D geological resource modelling"
10
readme = "README.md"
11
keywords = [
@@ -38,7 +39,6 @@ classifiers = [
38
39
"Topic :: Scientific/Engineering",
40
"Topic :: Scientific/Engineering :: GIS",
41
]
-version = "0.0.1"
42
dependencies = [
43
"numpy>=1.18",
44
"pandas",
@@ -60,7 +60,6 @@ optional-dependencies.dev = [
60
optional-dependencies.loop = [ "loopstructural>=1.6.21" ]
61
optional-dependencies.vtk = [ "pyvista" ]
62
63
-
64
[tool.setuptools.packages.find]
65
include = [ 'loopresources', 'loopresources.*' ]
66
0 commit comments