Moved the metadata into PEP 621-compliant pyproject.toml.#174
Moved the metadata into PEP 621-compliant pyproject.toml.#174KOLANICH wants to merge 2 commits intoJohannesBuchner:masterfrom
PEP 621-compliant pyproject.toml.#174Conversation
…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.