summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-03-05 23:22:39 +0000
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-03-06 08:55:15 +0000
commit3f3c2a1f66840bee1da05598cf62f299317f483a (patch)
tree6f980a0badae8fb1c6f49bf675bc539b2f57b585 /python/setup.py
parentab648ec98610d41a759d380000e4dce7c181cf3b (diff)
downloadvyos-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.py2
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",