Skip to content

Commit

Permalink
Refactor develop command to act identical to PEP 660 editable wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 14, 2021
1 parent bd1c476 commit 75d5802
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 302 deletions.
3 changes: 0 additions & 3 deletions src/build_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ impl BuildContext {
artifact,
None,
&self.target,
false,
self.editable,
)
.context("Failed to add the files to the wheel")?;
Expand Down Expand Up @@ -330,7 +329,6 @@ impl BuildContext {
artifact,
Some(python_interpreter),
&self.target,
false,
self.editable,
)
.context("Failed to add the files to the wheel")?;
Expand Down Expand Up @@ -422,7 +420,6 @@ impl BuildContext {
&self.module_name,
artifact,
&self.interpreter[0].executable,
false,
self.editable,
)?;

Expand Down
Loading

0 comments on commit 75d5802

Please sign in to comment.