File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,5 +79,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979- FastAPI middleware for auto-logging HTTP requests
8080- Full type hints support for Python 3.8+
8181
82- [ 0.8.4 ] : https://github.com/logtide-dev/logtide-sdk- python/compare/v0.1.0...v0.8.4
83- [ 0.1.0 ] : https://github.com/logtide-dev/logtide-sdk- python/releases/tag/v0.1.0
82+ [ 0.8.4 ] : https://github.com/logtide-dev/logtide-python/compare/v0.1.0...v0.8.4
83+ [ 0.1.0 ] : https://github.com/logtide-dev/logtide-python/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Thank you for your interest in contributing!
66
771 . Clone the repository:
88``` bash
9- git clone https://github.com/logtide-dev/logtide-sdk- python.git
9+ git clone https://github.com/logtide-dev/logtide-python.git
1010cd logtide-sdk-python
1111```
1212
Original file line number Diff line number Diff line change 88 <a href =" https://pypi.org/project/logtide-sdk/ " ><img src =" https://img.shields.io/pypi/v/logtide-sdk?color=blue " alt =" PyPI " ></a >
99 <a href =" LICENSE " ><img src =" https://img.shields.io/badge/License-MIT-blue.svg " alt =" License " ></a >
1010 <a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/Python-3.8+-blue.svg " alt =" Python " ></a >
11- <a href =" https://github.com/logtide-dev/logtide-sdk- python/releases " ><img src =" https://img.shields.io/github/v/release/logtide-dev/logtide-sdk -python " alt =" Release " ></a >
11+ <a href =" https://github.com/logtide-dev/logtide-python/releases " ><img src =" https://img.shields.io/github/v/release/logtide-dev/logtide-python " alt =" Release " ></a >
1212</p >
1313
1414<p align =" center " >
@@ -523,4 +523,4 @@ MIT License — see [LICENSE](LICENSE) for details.
523523
524524- [ LogTide Website] ( https://logtide.dev )
525525- [ Documentation] ( https://logtide.dev/docs/sdks/python/ )
526- - [ GitHub Issues] ( https://github.com/logtide-dev/logtide-sdk- python/issues )
526+ - [ GitHub Issues] ( https://github.com/logtide-dev/logtide-python/issues )
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ django = ["django>=3.2.0"]
6161fastapi = [" fastapi>=0.100.0" , " starlette>=0.27.0" ]
6262
6363[project .urls ]
64- Homepage = " https://github.com/logtide-dev/logtide-sdk- python"
65- Repository = " https://github.com/logtide-dev/logtide-sdk- python"
64+ Homepage = " https://github.com/logtide-dev/logtide-python"
65+ Repository = " https://github.com/logtide-dev/logtide-python"
6666Documentation = " https://logtide.dev/docs"
67- Issues = " https://github.com/logtide-dev/logtide-sdk- python/issues"
67+ Issues = " https://github.com/logtide-dev/logtide-python/issues"
6868
6969[tool .setuptools .packages .find ]
7070where = [" ." ]
You can’t perform that action at this time.
0 commit comments