File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(pip install:*)" ,
5+ " Bash(python -m build:*)" ,
6+ " Bash(twine upload:*)" ,
7+ " Bash(git add:*)" ,
8+ " Bash(git commit:*)" ,
9+ " Bash(git push:*)"
10+ ]
11+ }
12+ }
Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ monitor_thread.start()
524524
525525``` bash
526526# Clone repository
527- git clone https://github.com/logtide/python-sdk.git
527+ git clone https://github.com/logtide-dev /python-sdk.git
528528cd logtide-sdk-python
529529
530530# Create virtual environment
@@ -561,11 +561,11 @@ MIT
561561
562562## Contributing
563563
564- Contributions are welcome! Please open an issue or PR on [ GitHub] ( https://github.com/logtide/python-sdk ) .
564+ Contributions are welcome! Please open an issue or PR on [ GitHub] ( https://github.com/logtide-dev /python-sdk ) .
565565
566566---
567567
568568## Support
569569
570570- ** Documentation** : [ https://logtide.dev/docs ] ( https://logtide.dev/docs )
571- - ** Issues** : [ GitHub Issues] ( https://github.com/logtide/python-sdk/issues )
571+ - ** Issues** : [ GitHub Issues] ( https://github.com/logtide-dev /python-sdk/issues )
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ django = ["django>=3.2.0"]
5757fastapi = [" fastapi>=0.100.0" , " starlette>=0.27.0" ]
5858
5959[project .urls ]
60- Homepage = " https://github.com/logtide/python-sdk"
61- Repository = " https://github.com/logtide/python-sdk"
60+ Homepage = " https://github.com/logtide-dev /python-sdk"
61+ Repository = " https://github.com/logtide-dev /python-sdk"
6262Documentation = " https://logtide.dev/docs"
63- Issues = " https://github.com/logtide/python-sdk/issues"
63+ Issues = " https://github.com/logtide-dev /python-sdk/issues"
6464
6565[tool .setuptools .packages .find ]
6666where = [" ." ]
You can’t perform that action at this time.
0 commit comments