From b773f3bdb412cd25fbf27f77a551d3a6f8e8b4c5 Mon Sep 17 00:00:00 2001 From: mirai Date: Wed, 8 Mar 2023 19:32:44 +0300 Subject: [PATCH] Update pypi --- README.MD | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 64240b4..1704489 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,13 @@ pip install cmd-chat ``` ``` -python main.py +import asyncio + +from cmd_chat import run + +asyncio.run( + run() +) ``` # How crypting works? diff --git a/setup.py b/setup.py index 9264c42..34e0a74 100644 --- a/setup.py +++ b/setup.py @@ -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=[