Skip to content
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

MAINT fix setup.py warning #1191

Merged
merged 1 commit into from
Sep 13, 2021
Merged

MAINT fix setup.py warning #1191

merged 1 commit into from
Sep 13, 2021

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jun 16, 2021

Fix the following setup.py warning:

/usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead

Fix the following setup.py warning:

    /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #1191 (f8348ba) into master (0fa2cb9) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1191      +/-   ##
==========================================
+ Coverage   94.51%   94.52%   +0.01%     
==========================================
  Files          47       47              
  Lines        7034     7034              
==========================================
+ Hits         6648     6649       +1     
+ Misses        386      385       -1     
Impacted Files Coverage Δ
joblib/pool.py 88.61% <0.00%> (+0.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0fa2cb9...f8348ba. Read the comment docs.

@ogrisel
Copy link
Contributor

ogrisel commented Sep 13, 2021

Thanks!

@ogrisel ogrisel merged commit 1384882 into joblib:master Sep 13, 2021
jjerphan pushed a commit to jjerphan/joblib that referenced this pull request Oct 11, 2021
Fix the following setup.py warning:

    /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants