mirror of
https://github.com/naruxde/revpipyload.git
synced 2026-05-16 06:17:23 +02:00
Fehler behoben bei Aufruf mit ungültigem configrsc Parameter
code style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user