Update PyPi and README, another time
This commit is contained in:
parent
b99ccbc2f9
commit
574e2b8d2f
10
README.MD
10
README.MD
|
|
@ -27,12 +27,12 @@ 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(
|
cmd_chat.run()
|
||||||
run()
|
)
|
||||||
)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# How crypting works?
|
# How crypting works?
|
||||||
|
|
|
||||||
4
main.py
4
main.py
|
|
@ -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()
|
||||||
)
|
)
|
||||||
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="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=[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user