Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix spelling of 'readme.md' -> 'readme.MD' in pyproject.toml #160

Closed
wants to merge 1 commit into from

Conversation

hemidactylus
Copy link
Collaborator

Otherwise a fresh poetry install would error by mismatch in md != MD:

$ poetry install
Installing dependencies from lock file

Package operations: 49 installs, 1 update, 0 removals

  • Installing click (8.1.7)
...
...
  • Installing types-toml (0.10.8.7)

[Errno 2] No such file or directory: '/home/stefano/personal/Datastax/code/other_clones/astrapy/README.md'

Copy link
Collaborator

@cbornet cbornet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you do that, poetry build doesn't use the readme for the package description.

@hemidactylus
Copy link
Collaborator Author

Not the right solution (If you do that, poetry build doesn't use the readme for the package description)

@hemidactylus hemidactylus deleted the SL-fix-readme-uppercase2 branch January 9, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants