From b99ccbc2f97a39dbc864561788dc66c54b5e8b57 Mon Sep 17 00:00:00 2001 From: mirai Date: Wed, 8 Mar 2023 19:38:28 +0300 Subject: [PATCH] Update README & pypi --- .gitignore | 3 ++- README.MD | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 37d2d96..48efe41 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ __pycache__ __pycache__ cmd_chat.egg-info build -dist \ No newline at end of file +dist +secured_console_chat.egg-info \ No newline at end of file diff --git a/README.MD b/README.MD index 1704489..0eea994 100644 --- a/README.MD +++ b/README.MD @@ -22,13 +22,13 @@ All you need it's to run web-server and connect to them via client ### Create and activate virtual environment python ``` -pip install cmd-chat +pip install secured_console_chat ``` ``` import asyncio -from cmd_chat import run +from secured_console_chat import run asyncio.run( run() diff --git a/setup.py b/setup.py index 34e0a74..799f26a 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ with open("README.md", "r", encoding="utf-8") as fh: description = fh.read() setuptools.setup( - name="cmd_chat", - version="1.0", + name="secured_console_chat", + version="1.1", author="dinosaurtirex", author_email="sneakybeaky18@gmail.com", packages=[