Move the metadata into pyproject.toml#1382
Conversation
Codecov ReportBase: 94.01% // Head: 93.91% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1382 +/- ##
==========================================
- Coverage 94.01% 93.91% -0.10%
==========================================
Files 52 52
Lines 7300 7300
==========================================
- Hits 6863 6856 -7
- Misses 437 444 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ogrisel
left a comment
There was a problem hiding this comment.
I gave it a try and it seems to work as expected. Here are the commands I tried:
python setup.py bdist_wheel
python setup.py sdist
pip install -e .
python -m build # pep 517
I also tried to install the wheel and tarball generated by python -m build in a new empty env and do basic joblib parallel calls and it works as expected.
| "Programming Language :: Python :: 3.7", | ||
| "Programming Language :: Python :: 3.8", | ||
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", |
There was a problem hiding this comment.
while we are at it:
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.11", |
|
Hum I cannot accept my own suggestion, let merge and I will update the metadata later. |
|
Thanks @KOLANICH! |
No description provided.