Update pypi
This commit is contained in:
@@ -26,7 +26,13 @@ pip install cmd-chat
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
python main.py
|
import asyncio
|
||||||
|
|
||||||
|
from cmd_chat import run
|
||||||
|
|
||||||
|
asyncio.run(
|
||||||
|
run()
|
||||||
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
# How crypting works?
|
# How crypting works?
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="cmd_chat",
|
name="cmd_chat",
|
||||||
version="1.3",
|
version="1.0",
|
||||||
author="dinosaurtirex",
|
author="dinosaurtirex",
|
||||||
author_email="sneakybeaky18@gmail.com",
|
author_email="sneakybeaky18@gmail.com",
|
||||||
packages=[
|
packages=[
|
||||||
|
|||||||
Reference in New Issue
Block a user