8000 Fix issue (?) found by codespell by DimitriPapadopoulos · Pull Request #266 · python-versioneer/python-versioneer · GitHub
[go: up one dir, main page]

Skip to content

Fix issue (?) found by codespell #266

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

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- good to know: make_release_tree() creates hardlinks if possible. If
'setup.py build' does this too, that would explain why it's not
always necessary to rebuild when source files are changed.
- need to delink _version.py before changing it
- need to ensure _version.py is not a link before changing it
- make_release_tree(base_dir, files) creates os.path.join(base_dir,f)
for f in files
**** let's investigate this:
Expand Down
0