Skip to content

Commit 181e081

Browse files
committed
style: formating toml
1 parent d99c441 commit 181e081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = [ "setuptools" ]
55

66
[project]
77
name = "loopresources"
8+
version = "0.0.1"
89
description = "Open source 3D geological resource modelling"
910
readme = "README.md"
1011
keywords = [
@@ -38,7 +39,6 @@ classifiers = [
3839
"Topic :: Scientific/Engineering",
3940
"Topic :: Scientific/Engineering :: GIS",
4041
]
41-
version = "0.0.1"
4242
dependencies = [
4343
"numpy>=1.18",
4444
"pandas",
@@ -60,7 +60,6 @@ optional-dependencies.dev = [
6060
optional-dependencies.loop = [ "loopstructural>=1.6.21" ]
6161
optional-dependencies.vtk = [ "pyvista" ]
6262

63-
6463
[tool.setuptools.packages.find]
6564
include = [ 'loopresources', 'loopresources.*' ]
6665

0 commit comments

Comments
 (0)