diff --git a/pyproject.toml b/pyproject.toml index 43401c32..d3e12b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "ReactiveX" +name = "reactivex" version = "0.0.0" # NOTE: will be updated by publish script description = "ReactiveX (Rx) for Python" readme = "README.rst"