Commit Graph

9 Commits (70a1684b6f10c8841802e17e176f7978a526b780)

Author SHA1 Message Date
scott------ 70a1684b6f
fix: update pyproject.toml to resolve packaging error
The installation was failing due to setuptools discovering multiple top-level modules in the flat project layout. This commit updates the pyproject.toml by explicitly specifying:
  
• The standalone modules ("config.py", "server.py", "unity_connection.py") via the py-modules field.  
• The "tools" directory as a package via the packages field.
  
These changes resolve the "multiple top-level modules discovered" error encountered during `uv pip install -e .` and ensure a clean, predictable package build.
2025-03-18 14:01:17 -04:00
Justin Barnett 14c566603c fixed file path issues 2025-03-18 13:24:17 -04:00
Justin Barnett 8b67718734 hardcoded ports for now 2025-03-18 13:15:39 -04:00
Justin Barnett 4144af2453 pushed meta files 2025-03-18 13:06:35 -04:00
Justin Barnett afff1caa4f fix script adding issues 2025-03-18 10:41:01 -04:00
Justin Barnett e1b6a0069f removed .meta files from version control 2025-03-18 10:06:54 -04:00
Justin Barnett 015774b469 fixed scripts not creating bug 2025-03-18 10:01:51 -04:00
Justin Barnett 36b5b224b3 added object existance validation 2025-03-18 09:52:41 -04:00
Justin Barnett 276ac8166f initial commit 2025-03-18 07:00:50 -04:00