diff --git a/pyproject.toml b/pyproject.toml index 4e0f418b..7c2908f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "entropylab" -version = "0.1.2" +version = "0.1.3" description = "" license = "BSD-3-Clause" authors = [ @@ -9,7 +9,7 @@ authors = [ "Gal Winer ", "Tal Shani " ] -packages = [{ include = "entropylab" }] +packages = [{include = "entropylab"}] exclude = ["**/tests/**"] readme = "README.md" homepage = "https://github.com/entropy-lab/entropy"