Skip to content

Commit

Permalink
Merge pull request #2 from AlexandrErohin/readme
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
AlexandrErohin authored Nov 18, 2023
2 parents 239ae24 + 2186b5b commit 1e00857
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TP-Link-Archer-C6U
Python package for API access and router management of the TP-Link Archer C6U
# TP-Link Router API
Python package for API access and router management of the TP-Link Archer C6U and Archer AX10

## Supports
- Archer C6U
- Archer AX10

## Installation
`pip install tplinkrouterc6u`
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="tplinkrouterc6u",
version="0.0.1",
version="0.1.0",
author="Alex Erohin",
author_email="[email protected]",
description="TP-Link Archer C6U API",
description="TP-Link Router API for Archer C6U and Archer AX10",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/AlexandrErohin/TP-Link-Archer-C6U",
Expand Down

0 comments on commit 1e00857

Please sign in to comment.