diff --git a/doc/Makefile b/doc/Makefile index 26def46..72dfcb8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = python -msphinx +SPHINXBUILD = python3 -msphinx SPHINXPROJ = SECoP SOURCEDIR = source BUILDDIR = _build diff --git a/requirements.txt b/requirements.txt index 1a63e15..69dd60b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ #--extra-index-url https://forge.frm2.tum.de/simple +setuptools pyserial mlzlog >=0.2.0 # for generating docu diff --git a/secop/__init__.py b/secop/__init__.py index d90e39d..89b362c 100644 --- a/secop/__init__.py +++ b/secop/__init__.py @@ -22,13 +22,3 @@ # Markus Zolliker # # ***************************************************************************** - -# allow to import the most important classes from 'secop' -from secop.datatypes import * -from secop.lib.enum import Enum -from secop.modules import Module, Readable, Writable, Drivable, Communicator, Attached -from secop.params import Parameter, Command, Override -from secop.metaclass import Done -from secop.iohandler import IOHandler, IOHandlerBase -from secop.stringio import StringIO, HasIodev -from secop.proxy import SecNode, Proxy, proxy_class diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 2f60237..48e4152 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # ***************************************************************************** # MLZ Tango client tool