diff options
| author | diogo464 <[email protected]> | 2025-06-30 10:48:19 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-06-30 10:48:19 +0100 |
| commit | c64652f273a80c402d61a6bae969f107dc3b2c60 (patch) | |
| tree | 79c0324468a353db616eace204870aa6529def7b /.gitignore | |
| parent | c1d2c4d643bb874b3f974d814750d424db616ccd (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1 +1,2 @@ | |||
| 1 | /target | 1 | /target |
| 2 | __pycache__/ | ||
