From 531a07439c047eb873fa8598a3ed36375786afd7 Mon Sep 17 00:00:00 2001 From: Nishit Dua Date: Wed, 8 Jan 2025 17:28:10 -0700 Subject: [PATCH] Added layers and layers.distribution as installable packages in setup.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0254be4..75d24ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,4 +50,4 @@ app = [ line-length = 120 [tool.setuptools] -packages = ["simple_einet"] +packages = ["simple_einet", "simple_einet.layers", "simple_einet.layers.distributions"]