Update install scripts with new module name#4
Update install scripts with new module name#4csparker247 wants to merge 1 commit intosylikc:masterfrom
Conversation
|
Just saw the conversation over on smarnach#31 Since it looks like this fork is going to get merged into mainline, I understand if this is closed without merge. Just be aware that install is currently broken. |
|
thanks Seth. Based on the conversation, I might undo that commit and send it back. Have you been using the tool for awhile? |
|
No, I've just started using it. I'm doing some automatic image capture from machine vision cameras, and am having to add some of the basic metadata (make, model, aperture, exposure time, etc) as I acquire. I hit some issues with the upstream on Windows, so I switched to your fork to circumvent that. |
|
I'd like to mention that this and #5 makes this program installable with |
|
I'm going to roll back the pyexiftool rename, and stick with the "exiftool" name. It's been around for a long time, and ought not to rename it just for the sake of renaming |
|
rolled back the rename in the latest commit, so the fix is OBE |
Since the package name changed in de22a96, the setup script doesn't copy pyexiftool on install. This updates the script to use the new package name.