Fehler behoben bei Aufruf mit ungültigem configrsc Parameter

code style
This commit is contained in:
2018-08-12 18:40:58 +02:00
parent 4ff125b245
commit 58629a62a4
24 changed files with 261 additions and 196 deletions

View File

@@ -1,9 +1,9 @@
#! /usr/bin/env python3
#
# (c) Sven Sager, License: LGPLv3
#
# -*- coding: utf-8 -*-
"""Setupscript fuer RevPiPyLoad."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2018 Sven Sager"
__license__ = "GPLv3"
import distutils.command.install_egg_info
from glob import glob
from distutils.core import setup