diff --git a/pytec/setup.py b/pytec/setup.py deleted file mode 100644 index 7e3828f..0000000 --- a/pytec/setup.py +++ /dev/null @@ -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'], -)