Skip to content

Commit 329968f

Browse files
committed
fix the napalm version dependencies
1 parent f23af98 commit 329968f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

setup.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="napalm-huawei-vrp",
14-
version="0.1.4",
14+
version="0.1.5",
1515
packages=find_packages(),
1616
author="Locus Li",
1717
author_email="locus@byto.top",
@@ -21,12 +21,13 @@
2121

2222
classifiers=[
2323
'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',
3031
],
3132
url="https://github.com/napalm-automation-community/napalm-huawei-vrp",
3233
include_package_data=True,

0 commit comments

Comments
 (0)