-
Notifications
You must be signed in to change notification settings - Fork 332
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
Moved the metadata into PEP 621
-compliant pyproject.toml
.
#174
base: master
Are you sure you want to change the base?
Conversation
…Added `pyproject.toml`.
87bc095
to
930338f
Compare
… package building with Python 2 and old versions of Python 3 which are unsupported by `setuptools` that has `PEP 621` implemented.
930338f
to
9181951
Compare
Please explain the PR. |
|
I am surprised this works also for the old pythons (2.7, 3.5), at least according to the CI. |
Maybe then the flake8 config should also move there to remove that file. |
The previous CI tested the |
It won't work. |
Then I am not sure how this PR can be merged and a single python 2.7-3.10 install from source instruction provided. |
The first commit within it is compatible to both 2.7 and 3.4. Only the second one drops the possibility to build the packages on 3.5. |
Hi @KOLANICH, sorry for the picking this up again so late. In the meantime, python 2 support has been dropped in imagehash. Considering this, could you please update the PR? |
No description provided.