Skip to content
Snippets Groups Projects
Unverified Commit a5e2d567 authored by Kirk Byers's avatar Kirk Byers Committed by GitHub
Browse files

Readme updates (#2252)

* Add PY3.9

* Readme work
parent 42e92612
Branches
Tags
No related merge requests found
......@@ -11,6 +11,11 @@ Netmiko
Multi-vendor library to simplify Paramiko SSH connections to network devices
## Examples
You really should start here.
- [Netmiko Examples](https://github.com/ktbyers/netmiko/blob/develop/EXAMPLES.md)
## Quick Links
- [Supported Platforms](https://ktbyers.github.io/netmiko/#supported-platforms)
......
......@@ -43,6 +43,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
packages=find_packages(exclude=("test*",)),
install_requires=[
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment