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
Now "phash-blockhashio" instead of "blockhash", which is already taken.
- Packageified project
- So it can both be imported from other projects.
- So it can be packaged.
- So it can be pushed to PyPI.
- Split library functionality from script functionality.
- Moved version to package-level variable.
- Migrated from distutils to setuptools.
- Moved requirements to file. Renamed to install_requires. It was
"requires" and it looks like distutils used "requires", but issue commonsmachinery#6
stated that there might have been an issue with this.
- Fixed-up required fields.
- Added minimal tests so that we can establish a verification build.
- Refactored --quick command-line option to be a store_true parameter
rather than an argument-based parameter. It was confusing.
Tried following the install guide, I was missing PIL.
I had to do:
The text was updated successfully, but these errors were encountered: