Update README & pypi

This commit is contained in:
mirai 2023-03-08 19:38:28 +03:00
parent b773f3bdb4
commit b99ccbc2f9
3 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@ __pycache__
__pycache__
cmd_chat.egg-info
build
dist
dist
secured_console_chat.egg-info

View File

@ -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()

View File

@ -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=[