File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11[ ![ PyPI] ( https://img.shields.io/pypi/v/napalm.svg )] ( https://pypi.python.org/pypi/napalm )
22[ ![ Build Status] ( https://travis-ci.org/napalm-automation/napalm.svg?branch=master )] ( https://travis-ci.org/napalm-automation/napalm )
33[ ![ Coverage Status] ( https://coveralls.io/repos/github/napalm-automation/napalm/badge.svg )] ( https://coveralls.io/github/napalm-automation/napalm )
4+ [ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
45
56
67NAPALM
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "napalm" ,
12- version = "2.3.3 " ,
12+ version = "2.4.0 " ,
1313 packages = find_packages (exclude = ("test*" ,)),
1414 test_suite = "test_base" ,
1515 author = "David Barroso, Kirk Byers, Mircea Ulinic" ,
2424 "Programming Language :: Python :: 3.4" ,
2525 "Programming Language :: Python :: 3.5" ,
2626 "Programming Language :: Python :: 3.6" ,
27+ "Programming Language :: Python :: 3.7" ,
2728 "Operating System :: POSIX :: Linux" ,
2829 "Operating System :: MacOS" ,
2930 ],
You can’t perform that action at this time.
0 commit comments