Update pypi

This commit is contained in:
mirai 2023-03-08 19:32:44 +03:00
parent 4554d76d0b
commit b773f3bdb4
2 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,13 @@ pip install cmd-chat
```
```
python main.py
import asyncio
from cmd_chat import run
asyncio.run(
run()
)
```
# How crypting works?

View File

@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="cmd_chat",
version="1.3",
version="1.0",
author="dinosaurtirex",
author_email="sneakybeaky18@gmail.com",
packages=[