setup: drop obsolete virtconv/parsers data_files
Commit 0b4a72f
dropped virtconv/parsers/ files, so remove
them from data_files list in setup.py as well.
This commit is contained in:
parent
8ea634f9e4
commit
613d933d31
2
setup.py
2
setup.py
|
@ -630,8 +630,6 @@ setup(
|
|||
glob.glob("virtcli/*.py") + glob.glob("virtcli/cli.cfg")),
|
||||
("share/virt-manager/virtinst", glob.glob("virtinst/*.py")),
|
||||
("share/virt-manager/virtconv", glob.glob("virtconv/*.py")),
|
||||
("share/virt-manager/virtconv/parsers",
|
||||
glob.glob("virtconv/parsers/*.py")),
|
||||
],
|
||||
|
||||
cmdclass={
|
||||
|
|
Loading…
Reference in New Issue