-
Notifications
You must be signed in to change notification settings - Fork 320
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
migrate setuptools pep621 config to pyproject.toml #4382
migrate setuptools pep621 config to pyproject.toml #4382
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4382 +/- ##
==========================================
- Coverage 68.35% 67.41% -0.95%
==========================================
Files 275 275
Lines 31021 31021
==========================================
- Hits 21205 20912 -293
- Misses 9816 10109 +293 |
9a08173
to
3f2d8d1
Compare
1c4f540
to
a36db84
Compare
@astafan8 I think this is ready for review if we are ok to use my fork of requirements-buider until support is merged upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's go for it! on the flaming edge of the python tech :)
This moves the supported and non experimental parts of setuptools config to pyproject.toml These are the parts standadized by pep621 and supported in setuptools 65 onwards
with pep 621 support
a36db84
to
57fcba0
Compare
This moves the supported and non experimental
parts of setuptools config to pyproject.toml
These are the parts standardized by pep621 and
supported in setuptools >=65
These are the supported parts of #4049