We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865154e commit dae949fCopy full SHA for dae949f
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name = 'pygnmi',
8
- packages = ['pygnmi', 'pygnmi.spec', 'pygnmi.artefacts', 'pygnmi.tools'],
+ packages = ['pygnmi', 'pygnmi.spec', 'pygnmi.artefacts', 'pygnmi'],
9
version = '0.6.7',
10
license='bsd-3-clause',
11
description = 'This repository contains pure Python implementation of the gNMI client to interact with the network functions.',
0 commit comments