-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
switch to PEP 621 #2860
switch to PEP 621 #2860
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2860 +/- ##
=======================================
Coverage 99.18% 99.18%
=======================================
Files 115 115
Lines 17611 17611
Branches 3149 3149
=======================================
Hits 17468 17468
Misses 99 99
Partials 44 44
|
Co-authored-by: Thomas Grainger <[email protected]>
] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
# attrs 19.2.0 adds `eq` option to decorators |
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.
Do we really need to keep this comment about some older version boundary?
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.
Comments were in the original setup.py so I maintained them in the pyproject.toml
"idna", | ||
"outcome", | ||
"sniffio >= 1.3.0", | ||
# cffi 1.12 adds from_buffer(require_writable=True) and ffi.release() |
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.
Same: the older version comment is probably unnecessary.
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.
Comments were in the original setup.py so I maintained them in the pyproject.toml
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Sorry, didn't see this. Looks good! |
This is a simpler version of https://github.com/python-trio/trio/pull/2449/files that keeps setuptools and continues parsing the version out of
trio/_version.py
rather than addingsetuptools-scm