diff --git a/pyproject.toml b/pyproject.toml index add144bf..cfb75228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [tool.poetry] name = "sed-processor" packages = [{include = "sed", from = "src"}] +include = ["config"] version = "0.2.1a0" description = "Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams" authors = ["OpenCOMPES team "]