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"