aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-30 10:48:19 +0100
committerdiogo464 <[email protected]>2025-06-30 10:48:19 +0100
commitc64652f273a80c402d61a6bae969f107dc3b2c60 (patch)
tree79c0324468a353db616eace204870aa6529def7b /.gitignore
parentc1d2c4d643bb874b3f974d814750d424db616ccd (diff)
Fix async entry point by adding synchronous wrapper
Add main_sync() function to properly handle async main() function for package entry points. Update pyproject.toml to use the synchronous wrapper, ensuring the oar-p2p-net command works correctly when installed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea8c4bf..df611ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1/target 1/target
2__pycache__/