Blame dnf/cli/commands/CMakeLists.txt

Packit 6f3914
FILE(GLOB commands_SRCS *.py)
Packit 6f3914
INSTALL (FILES ${commands_SRCS} DESTINATION ${PYTHON_INSTALL_DIR}/dnf/cli/commands)