You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "messense (via GitHub)" <gi...@apache.org> on 2023/03/22 02:09:35 UTC

[GitHub] [incubator-opendal] messense commented on a diff in pull request #1205: feat: Let's try play with python

messense commented on code in PR #1205:
URL: https://github.com/apache/incubator-opendal/pull/1205#discussion_r1144158907


##########
bindings/python/Cargo.toml:
##########
@@ -0,0 +1,12 @@
+[package]
+name = "opendal-python"
+version = "0.0.1"
+edition = "2021"
+
+[lib]
+name = "opendal"

Review Comment:
   For pure Rust project layout, the `.so` file name has to be `opendal` because that's how Python `import` works. We can switch to mixed Python/Rust layout to change it to whatever we want.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org