Skip to content

Commit

Permalink
Modify user identification information
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohanfei committed Nov 21, 2023
1 parent 7e9f8df commit 10d2a17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trackingmore-sdk-python
=================

The Python SDK of Trackingmore API
The Python SDK of TrackingMore API

Contact: <[email protected]>

Expand All @@ -20,13 +20,13 @@ Supported Python Versions
- pypy3

## Index
1. [Installation](https://github.com/TrackingMores/trackingmore-sdk-python#installation)
2. [Testing](https://github.com/TrackingMores/trackingmore-sdk-python#testing)
3. [Error Handling](https://github.com/TrackingMores/trackingmore-sdk-python#error-handling)
1. [Installation](https://github.com/TrackingMore-API/trackingmore-sdk-python#installation)
2. [Testing](https://github.com/TrackingMore-API/trackingmore-sdk-python#testing)
3. [Error Handling](https://github.com/TrackingMore-API/trackingmore-sdk-python#error-handling)
4. SDK
1. [Couriers](https://github.com/TrackingMores/trackingmore-sdk-python#couriers)
2. [Trackings](https://github.com/TrackingMores/trackingmore-sdk-python#trackings)
3. [Air Waybill](https://github.com/TrackingMores/trackingmore-sdk-python#air-waybill)
1. [Couriers](https://github.com/TrackingMore-API/trackingmore-sdk-python#couriers)
2. [Trackings](https://github.com/TrackingMore-API/trackingmore-sdk-python#trackings)
3. [Air Waybill](https://github.com/TrackingMore-API/trackingmore-sdk-python#air-waybill)


## Installation
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "trackingmore-sdk-python"
version = "0.1.3"
version = "0.1.4"
description = "The Python SDK of Trackingmore API"
authors = ["TrackingMore <[email protected]>"]
readme = "README.md"
homepage = "https://www.trackingmore.com/docs/trackingmore/d5ac362fc3cda-api-quick-start"
repository = "https://github.com/TrackingMores/trackingmore-sdk-python"
documentation = "https://github.com/TrackingMores/trackingmore-sdk-python"
repository = "https://github.com/TrackingMore-API/trackingmore-sdk-python"
documentation = "https://github.com/TrackingMore-API/trackingmore-sdk-python"
keywords = ["trackingmore", "api", "tracking"]

packages = [
Expand Down

0 comments on commit 10d2a17

Please sign in to comment.