From 612bc87e08d9a29568427132aca1e5d1bd939576 Mon Sep 17 00:00:00 2001 From: Jer-Pha <131234246+Jer-Pha@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:37:50 -0700 Subject: [PATCH 1/2] Update pyproject.toml This should fix the import issue on Linux. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c3671d..35a7814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] -where = ["qs2csv\\src"] +where = ["qs2csv/src"] include = ["qs2csv"] [project] From 0022c0e16bfbba6ebe5b08bc72542b809ceaa1b4 Mon Sep 17 00:00:00 2001 From: Jer-Pha <131234246+Jer-Pha@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:38:46 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35a7814..f21e986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include = ["qs2csv"] [project] name = "django-qs2csv" -version = "0.3.0" +version = "0.3.1" dependencies = [ "django>=3.2", 'importlib-metadata; python_version<"3.10"',