forked from M-Labs/thermostat
Remove setup.py
This commit is contained in:
parent
16b1411e4b
commit
cca0e3c746
@ -1,18 +0,0 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name="pytec",
|
|
||||||
version="0.0",
|
|
||||||
author="M-Labs",
|
|
||||||
url="https://git.m-labs.hk/M-Labs/thermostat",
|
|
||||||
description="Control TEC",
|
|
||||||
license="GPLv3",
|
|
||||||
install_requires=["setuptools"],
|
|
||||||
packages=find_packages(),
|
|
||||||
entry_points={
|
|
||||||
"gui_scripts": [
|
|
||||||
"tec_qt = tec_qt:main",
|
|
||||||
]
|
|
||||||
},
|
|
||||||
py_modules=['autotune', 'plot', 'tec_qt'],
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user