Commit Graph

6 Commits (0ccc5c5c3b9104c9b9bf63ee2cb63731596e6f9e)

Author SHA1 Message Date
Justin Barnett 9c8ac7a2aa version update 2025-03-31 21:17:35 -04:00
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