Skip to content

Commit

Permalink
rename: we now own kcp on pypi!
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Mar 1, 2024
1 parent 193ff50 commit 7cae290
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Python bindings and networking for the KCP protocol.
KCP is a protocol focusing on low latency data delivery with a guarantee of data delivery. It serves as an alternative to the TCP protocol.

## How to install?
kcp.py is available on [PyPi](https://pypi.org/project/kcp-py/), meaning installing is as simple as running
kcp.py is available on [PyPi](https://pypi.org/project/kcp/), meaning installing is as simple as running
```sh
pip install kcp.py
pip install kcp
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def parse_bool(string: str) -> bool:
)


PACKAGE = "kcp.py"
PACKAGE = "kcp"
DIRECTORY = "kcp"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "kcp.py"
name = "kcp"
version = "0.1.4"
description = "Python bindings and networking for the KCP protocol."
authors = ["RealistikDash"]
Expand Down

0 comments on commit 7cae290

Please sign in to comment.