TNO Intern

Commit c3d9b4ec authored by Hen Brett's avatar Hen Brett 🐔
Browse files

fixing the pythermogis import structure

parent 1abb687c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2293,8 +2293,8 @@ packages:
  timestamp: 1740946648058
- pypi: .
  name: pythermogis
  version: 0.1.23
  sha256: ee60cb3d119720351b1e1b022c45db2967bcd74237326a442fd7af7d4013dad0
  version: 0.1.25
  sha256: d9fecb41ae23b43e1805038c4a2aba398a39af1dc24e28df528a2856b875ac36
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+2 −5
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "pythermoGIS"
version = "0.1.23"
name = "pythermogis"
version = "0.1.25"
description = "This repository is used as a python API for the ThermoGIS Doublet simulations"
authors = [
    { name = "Hen Brett", email = "hen.brett@tno.nl" },
@@ -33,9 +33,6 @@ markers = [
[tool.setuptools]
package-dir = {"" = "pythermogis"}

[tool.setuptools.packages.find]
where = ["pythermogis"]

[project.scripts]
pytg = "main:app"

+487 B (88.3 KiB)
Loading image diff...