mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
Fehler behoben bei Aufruf mit ungültigem configrsc Parameter
code style
This commit is contained in:
6
setup.py
6
setup.py
@@ -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