From ad9537b2ee2ed8ac320b392e7791b2ef5a948c28 Mon Sep 17 00:00:00 2001 From: Paul Nechifor Date: Wed, 31 Dec 2025 07:14:39 +0200 Subject: [PATCH] fix manifest --- MANIFEST.in | 7 ++++--- pyproject.toml | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 36af004287..59df25c071 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,12 +2,12 @@ global-exclude *.pyc global-exclude __pycache__ global-exclude .DS_Store -# Exclude test directories -prune tests - # Exclude web development directories recursive-exclude dimos/web/command-center-extension * recursive-exclude dimos/web/websocket_vis/node_modules * +recursive-exclude dimos/agents/fixtures * +recursive-exclude dimos/mapping/google_maps/fixtures * +recursive-exclude dimos/web/dimos_interface * # Exclude development files exclude .gitignore @@ -18,3 +18,4 @@ prune .mypy_cache prune .pytest_cache prune .ruff_cache prune .vscode +prune dimos/web/command-center-extension diff --git a/pyproject.toml b/pyproject.toml index 819aa77681..0c52c79f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,10 @@ exclude = ["dimos.web.websocket_vis.node_modules*"] [tool.setuptools.package-data] "dimos" = ["*.html", "*.css", "*.js", "*.json", "*.txt", "*.yaml", "*.yml"] +"dimos.utils.cli" = ["*.tcss"] "dimos.robot.unitree_webrtc.params" = ["*.yaml", "*.yml"] -"dimos.web.dimos_interface" = ["**/*.html", "**/*.css", "**/*.js"] "dimos.web.templates" = ["*"] +"dimos.rxpy_backpressure" = ["*.txt"] [project] name = "dimos" @@ -24,6 +25,7 @@ authors = [ version = "0.0.4" description = "Powering agentive generalist robotics" requires-python = ">=3.10" +readme = "README.md" dependencies = [ # Core requirements