Update PyPi and README, another time
This commit is contained in:
@@ -27,11 +27,11 @@ pip install secured_console_chat
|
|||||||
|
|
||||||
```
|
```
|
||||||
import asyncio
|
import asyncio
|
||||||
|
import cmd_chat
|
||||||
|
|
||||||
from secured_console_chat import run
|
if __name__ == '__main__':
|
||||||
|
|
||||||
asyncio.run(
|
asyncio.run(
|
||||||
run()
|
cmd_chat.run()
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from cmd_chat import run
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
import cmd_chat
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
asyncio.run(
|
asyncio.run(
|
||||||
run()
|
cmd_chat.run()
|
||||||
)
|
)
|
||||||
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="secured_console_chat",
|
name="secured_console_chat",
|
||||||
version="1.1",
|
version="1.1.1",
|
||||||
author="dinosaurtirex",
|
author="dinosaurtirex",
|
||||||
author_email="sneakybeaky18@gmail.com",
|
author_email="sneakybeaky18@gmail.com",
|
||||||
packages=[
|
packages=[
|
||||||
|
|||||||
Reference in New Issue
Block a user