-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: add PEP 621 support (flit and trampolim) #21
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
henryiii
changed the title
feat: add PEP 621 support
feat: add PEP 621 support (flit and trampolim)
Jun 11, 2021
FFY00
reviewed
Jun 11, 2021
jugmac00
reviewed
Jun 11, 2021
henryiii
force-pushed
the
henryiii/ci/testctx
branch
3 times, most recently
from
June 11, 2021 23:33
19db604
to
17e3181
Compare
henryiii
force-pushed
the
henryiii/ci/testctx
branch
from
June 12, 2021 04:18
17e3181
to
a876eb2
Compare
Details:
|
henryiii
force-pushed
the
henryiii/ci/testctx
branch
from
June 12, 2021 04:47
c064278
to
283c020
Compare
henryiii
force-pushed
the
henryiii/ci/testctx
branch
2 times, most recently
from
June 12, 2021 05:05
6861a72
to
322b977
Compare
henryiii
force-pushed
the
henryiii/ci/testctx
branch
3 times, most recently
from
June 12, 2021 05:24
dc4958f
to
1bbe64c
Compare
henryiii
force-pushed
the
henryiii/ci/testctx
branch
from
June 12, 2021 05:26
1bbe64c
to
e19cf3f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added PEP 621 support for Flit and added trampolim.
/src
structure (or editable installs) yet (at least src should come soon, thanks to @FFY00), so that one does not make/src
structure for now. Support for src structure FFY00/trampolim#3