Skip to content

Commit

Permalink
make entry point template public and reusable
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed May 6, 2023
1 parent d0632b9 commit bc5f4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rattler/src/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod transaction;
pub use driver::InstallDriver;
pub use link::{link_file, LinkFileError};
pub use transaction::{Transaction, TransactionOperation};
pub use crate::install::entry_point::python_entry_point_template;

use crate::install::entry_point::{
create_unix_python_entry_point, create_windows_python_entry_point,
Expand Down

0 comments on commit bc5f4d8

Please sign in to comment.