From c44046d799bd18b5b949b5a1e20d7647dcb0030d Mon Sep 17 00:00:00 2001 From: Tanner Leo Date: Mon, 16 Sep 2024 12:57:57 -0700 Subject: [PATCH] try fix errors --- pyproject.toml | 11 +++++++---- setup.py => setup_old.py | 0 2 files changed, 7 insertions(+), 4 deletions(-) rename setup.py => setup_old.py (100%) diff --git a/pyproject.toml b/pyproject.toml index 277ee4e..9fcd583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ classifiers = [ ] dependencies = [ "numba", - "liionpack>=0.3.8", - "pybamm>=23.9", + "liionpack", + "pybamm", "openpnm==2.8.2", "ffmpeg-python", "ipywidgets" @@ -30,5 +30,8 @@ Documentation = "https://ecm.readthedocs.io/en/latest/" Source = "https://github.com/TomTranter/pybamm_pnm" Tracker = "https://github.com/TomTranter/pybamm_pnm/issues" -[tool.setuptools_scm] -write_to = "ecm/_version.py" +#[tool.setuptools_scm] +#write_to = "ecm/_version.py" + +[tool.setuptools.packages.find] +include = ["ecm", "ecm.*"] \ No newline at end of file diff --git a/setup.py b/setup_old.py similarity index 100% rename from setup.py rename to setup_old.py