Commit Graph

5 Commits (82190e7736c3ff1efe60a70e3ab0eb84cae996ec)

Author SHA1 Message Date
Justin Barnett 31a9950437 removed some dependencies 2025-03-22 18:22:11 -04:00
Justin Barnett 33f6f4268f updated dependency versions 2025-03-22 18:21:28 -04:00
Justin Barnett 8caf8a5d91 updated setuptools 2025-03-22 18:11:48 -04:00
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 276ac8166f initial commit 2025-03-18 07:00:50 -04:00