diff --git a/pyproject.toml b/pyproject.toml index 71d2d65..d97ecdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0"] build-backend = "setuptools.build_meta" [project] -name = "jsonlogic" +name = "python-jsonlogic" description = "An extensible and sane implementation of JsonLogic" version = "0.0.1" readme = "README.rst"