diff --git a/pyproject.toml b/pyproject.toml index 517e8e6..fdfb1d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "py-bondi" +name = "pybondi" version = "0.1.0" description = "A lightweight library for creating event driven systems using domain driven design." authors = ["Eric Cardozo "]