From bcb7ecf977ba520fad4fc41d60bdd2a2978d753e Mon Sep 17 00:00:00 2001 From: Georg Raiser Date: Tue, 7 Jan 2025 15:06:21 +0000 Subject: [PATCH] Update pyproject.toml changed iblphotometry to ibl-photometry in .toml file --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa52a56..4df1f96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] -name = "iblphotometry" +name = "ibl-photometry" description = "IBL photometry module" readme = "README.md" requires-python = ">=3.10" @@ -41,4 +41,4 @@ where = "src" known-first-party = [ "ibl*", "one*", "pybpod*" ] [tool.ruff.format] -quote-style = "single" \ No newline at end of file +quote-style = "single"