Skip to content

Commit

Permalink
fix the napalm version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkspuk committed May 21, 2020
1 parent f23af98 commit 329968f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="napalm-huawei-vrp",
version="0.1.4",
version="0.1.5",
packages=find_packages(),
author="Locus Li",
author_email="locus@byto.top",
Expand All @@ -21,12 +21,13 @@

classifiers=[
'Topic :: Utilities',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
'Programming Language :: Python2',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
],
url="https://github.com/napalm-automation-community/napalm-huawei-vrp",
include_package_data=True,
Expand Down

0 comments on commit 329968f

Please sign in to comment.