Update pypi
This commit is contained in:
parent
4554d76d0b
commit
b773f3bdb4
|
|
@ -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?
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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=[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user