You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On system where capitalization matters the reference to a filename in pyproject.toml must have the same capitalization than the actual file
in pyproject.toml the reference to README.md is made as readme.md failing on linux
change to: readme = "README.md"
The text was updated successfully, but these errors were encountered:
kolergy
added a commit
to kolergy/frame-sdk-python
that referenced
this issue
Nov 29, 2024
On system where capitalization matters the reference to a filename in pyproject.toml must have the same capitalization than the actual file
in pyproject.toml the reference to README.md is made as readme.md failing on linux
change to:
readme = "README.md"
The text was updated successfully, but these errors were encountered: