TNO Intern

Commit 1fc6e264 authored by Zanne Korevaar's avatar Zanne Korevaar
Browse files

Add lithology_properties table to the data of the package published on pypi...

Add lithology_properties table to the data of the package published on pypi and increment package version
parent fab89ca8
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geoloop"
version = "1.0.2"
version = "1.0.3"
description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems"
authors = [
    { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" },
@@ -60,6 +60,9 @@ where = ["src"]
[project.scripts]
geoloop = "geoloop.cli.main:simulation"

[tool.setuptools.package-data]
"geoloop.lithology.resources" = ["lithology_properties.xlsx"]

[tool.uv.workspace]
members = [
    "geoloop",
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ wheels = [

[[package]]
name = "geoloop"
version = "1.0.1"
version = "1.0.2"
source = { editable = "." }
dependencies = [
    { name = "h5netcdf" },