diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-05 23:22:39 +0000 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-06 08:55:15 +0000 |
commit | 3f3c2a1f66840bee1da05598cf62f299317f483a (patch) | |
tree | 6f980a0badae8fb1c6f49bf675bc539b2f57b585 /python/setup.py | |
parent | ab648ec98610d41a759d380000e4dce7c181cf3b (diff) | |
download | vyos-1x-3f3c2a1f66840bee1da05598cf62f299317f483a.tar.gz vyos-1x-3f3c2a1f66840bee1da05598cf62f299317f483a.zip |
ifconfig: T2104: splt ifconfig.py into multiple files
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 304ea5cb7..ac7d0b573 100644 --- a/python/setup.py +++ b/python/setup.py @@ -10,7 +10,7 @@ setup( license = "LGPLv2+", keywords = "vyos", url = "http://www.vyos.io", - packages=['vyos'], + packages=["vyos","vyos.ifconfig"], long_description="VyOS configuration libraries", classifiers=[ "Development Status :: 4 - Beta", |