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 typo in pyproject.toml #5

Merged
merged 1 commit into from
Feb 23, 2023
Merged

fix typo in pyproject.toml #5

merged 1 commit into from
Feb 23, 2023

Conversation

aphorton
Copy link
Contributor

This fixes a package installation error.

'README.me' → 'README.md'
@rec
Copy link
Owner

rec commented Feb 23, 2023

Oh, dear, I might have automated this mistake into a half a dozen repos!

Thanks for catching this.

@rec rec merged commit c7f3efc into rec:main Feb 23, 2023
@aphorton
Copy link
Contributor Author

You're welcome. Haha, at least it's an easy fix.

Thanks so much for creating this repo! It solves my perpetual low-grade dissatisfaction with the subprocess module.

@aphorton aphorton deleted the patch-1 branch February 23, 2023 00:48
@rec
Copy link
Owner

rec commented Feb 23, 2023

Thanks, that's exactly why I wrote it!

So it turned out I had damaged eight of my projects in the same way probably a few minutes before you found it! I fixed them with an automation tool I have. I would have added you as a coauthor except I was too lazy (i.e. the tool doesn't do it). :-D

abbrev/pyproject.toml:16:readme = "README.me"
datacls/pyproject.toml:14:readme = "README.me"
dek/pyproject.toml:15:readme = "README.me"
editor/pyproject.toml:15:readme = "README.me"
safer/pyproject.toml:15:readme = "README.me"
tdir/pyproject.toml:15:readme = "README.me"
xmod/pyproject.toml:15:readme = "README.me"

So you really saved my posterior there. I appreciate it!

If you like small, "ergo" improvements, you might likoe a lot of these:

editor (opens the standard text editor from within Python), safer (prevents partial writes to files or sockets), tdir (create and fill temporary dirs), datacls (slight improvement on dataclass) or xmod (make modules callable).

(I'm getting all of these into beautifulness right now, since my previous job ended.)

Be well, drop by if you are ever in Amsterdam!

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