Spaces:
Running
Running
Fix pyproject.toml: invalid package-data key
#2
by yozkut - opened
Description:
The package-data key uses hyphens but must be a valid Python module name (underscores only).
Error when installing:
configuration error: tool.setuptools.package-data keys must be named by:
- {type: string, format: 'python-module-name'}
GIVEN VALUE: { "describe-my-room": ["**/*"] }
Changed describe-my-room โ describe_my_room to match the module folder name.
mrfakename changed pull request status to merged
Thanks!