From ac40c36782a9a41c70ae07eb2818d41326e3da91 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Wed, 15 Nov 2023 23:05:24 +0100 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79ebddb..b715e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,12 @@ dev = [ 'ruff==0.1.4' ] +[tool.setuptools.packages.find] +where = [ + ".", + "simulationparsers", +] + [tool.ruff] include = ["simulationparsers/*.py", "tests/*.py"] select = [ @@ -60,4 +66,4 @@ fixable = ["ALL"] include = ["simulationparsers*"] [tool.setuptools.package-data] -electronicparsers = ['*/metadata.yaml', '*/README.md'] +simulationparsers = ['*/metadata.yaml', '*/README.md']