forked from M-Labs/thermostat
pytec: Add thermostat_{autotune,plot}
entry pts
Forms an interface to run the `plot.py` and `autotune.py` scripts.
This commit is contained in:
parent
c632a85ce8
commit
1fc5f7d5ae
@ -9,4 +9,11 @@ setup(
|
|||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
install_requires=["setuptools"],
|
install_requires=["setuptools"],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
entry_points={
|
||||||
|
"gui_scripts": [
|
||||||
|
"thermostat_autotune = autotune:main",
|
||||||
|
"thermostat_plot = plot:main",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
py_modules=["autotune", "plot"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user