File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "napalm-huawei-vrp" ,
14
- version = "0.1.4 " ,
14
+ version = "0.1.5 " ,
15
15
packages = find_packages (),
16
16
author = "Locus Li" ,
17
17
author_email = "locus@byto.top" ,
21
21
22
22
classifiers = [
23
23
'Topic :: Utilities' ,
24
- 'Programming Language :: Python' ,
25
- 'Programming Language :: Python :: 3' ,
26
- 'Programming Language :: Python :: 3.6' ,
27
- 'Programming Language :: Python :: 3.7' ,
28
- 'Operating System :: POSIX :: Linux' ,
29
- 'Operating System :: MacOS' ,
24
+ 'Programming Language :: Python2' ,
25
+ 'Programming Language :: Python' ,
26
+ 'Programming Language :: Python :: 3' ,
27
+ 'Programming Language :: Python :: 3.6' ,
28
+ 'Programming Language :: Python :: 3.7' ,
29
+ 'Operating System :: POSIX :: Linux' ,
30
+ 'Operating System :: MacOS' ,
30
31
],
31
32
url = "https://github.com/napalm-automation-community/napalm-huawei-vrp" ,
32
33
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments