unity-mcp/Python
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
..
tools fixed file path issues 2025-03-18 13:24:17 -04:00
.python-version initial commit 2025-03-18 07:00:50 -04:00
__init__.py initial commit 2025-03-18 07:00:50 -04:00
__init__.py.meta pushed meta files 2025-03-18 13:06:35 -04:00
__pycache__.meta fixed file path issues 2025-03-18 13:24:17 -04:00
config.py hardcoded ports for now 2025-03-18 13:15:39 -04:00
config.py.meta pushed meta files 2025-03-18 13:06:35 -04:00
pyproject.toml fix: update pyproject.toml to resolve packaging error 2025-03-18 14:01:17 -04:00
pyproject.toml.meta pushed meta files 2025-03-18 13:06:35 -04:00
requirements.txt initial commit 2025-03-18 07:00:50 -04:00
requirements.txt.meta pushed meta files 2025-03-18 13:06:35 -04:00
server.py fixed file path issues 2025-03-18 13:24:17 -04:00
server.py.meta pushed meta files 2025-03-18 13:06:35 -04:00
tools.meta initial commit 2025-03-18 07:00:50 -04:00
unity_connection.py initial commit 2025-03-18 07:00:50 -04:00
unity_connection.py.meta pushed meta files 2025-03-18 13:06:35 -04:00
uv.lock initial commit 2025-03-18 07:00:50 -04:00
uv.lock.meta pushed meta files 2025-03-18 13:06:35 -04:00