rename package

This commit is contained in:
2022-04-04 11:40:51 -03:00
parent 950b88a2ea
commit 65b2a5da0b
9 changed files with 69 additions and 67 deletions

View File

@ -1,7 +1,7 @@
[metadata]
name = conn
version = attr: conn.__version__
description = Conn is a SSH/Telnet connection manager and automation module
name = connpy
version = attr: connpy.__version__
description = Connpy is a SSH/Telnet connection manager and automation module
long_description = file: README.md
long_description_content_type = text/markdown
keywords = networking, automation, ssh, telnet, connection manager
@ -31,4 +31,5 @@ install_requires =
[options.entry_points]
console_scripts =
conn = conn.__main__:main
conn = connpy.__main__:main
connpy = connpy.__main__:main