TNO Intern

Commit 65227a2a authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Fixing the README.md and removing setup.py

parent 0c7bfcb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ It uses [xarray](https://docs.xarray.dev/en/stable/index.html) to handle input a

This module can be combined with the [pygridsio](https://pypi.org/project/pygridsio/) package to read and process 2D raster data.

## What can this *NOT* package do?
## What can this package *not* do?
This package provides a narrow access point to the doublet simulations and UTC economic calculations from ThermoGIS, it does not implement the following ThermoGIS processes/methodologies:

- Stacking of Aquifers

setup.py

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
from setuptools import setup, find_packages

setup(
    name="pythermogis",
    version="0.1.7",
    packages=find_packages(),
    install_requires=[],
)
 No newline at end of file