Skip to content

Commit

Permalink
Try to fix Python document generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 29, 2022
1 parent 101cbde commit 7a6a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ members = [
"pineappl_capi",
"pineappl_cli",
"pineappl_fastnlo",
"pineappl_py",
]
default-members = [
"pineappl",
"pineappl_capi",
"pineappl_cli",
]
exclude = ["pineappl_py"]

[profile.release]
lto = true

0 comments on commit 7a6a4a8

Please sign in to comment.