update setup.py

This commit is contained in:
shadeyg56 2023-08-12 17:13:01 -05:00
parent 5dc7ebad47
commit c444f31e44

View File

@ -40,5 +40,5 @@ setup(
"Intended Audience :: Developers",
"Operating System :: POSIX :: Linux" "Environment :: Console" "Natural Language :: English",
],
scripts=["bin/auto-cpufreq", "auto_cpufreq/gui/app.py"],
scripts=["bin/auto-cpufreq", "bin/auto-cpufreq-gtk"],
)