rename package
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user