mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
setup.py für Package angepasst
get_inps _outs _mems umbenannt in get_inputs _outputs _memmories IOType von __init__ auf io.Type geändert IOBase.type eingefügt
This commit is contained in:
8
setup.py
8
setup.py
@@ -9,7 +9,8 @@ from distutils.core import setup
|
||||
setup(
|
||||
author="Sven Sager",
|
||||
author_email="akira@narux.de",
|
||||
url="https://revpimodio.org",
|
||||
url="https://revpimodio.org/",
|
||||
download_url="https://revpimodio.org/quellen/",
|
||||
maintainer="Sven Sager",
|
||||
maintainer_email="akira@revpimodio.org",
|
||||
|
||||
@@ -17,7 +18,7 @@ setup(
|
||||
name="revpimodio2",
|
||||
version="2.0.0",
|
||||
|
||||
py_modules=["revpimodio2"],
|
||||
packages=["revpimodio2"],
|
||||
|
||||
description="Python3 Programmierung für Kunbus RevolutionPi",
|
||||
long_description=""
|
||||
@@ -32,8 +33,11 @@ setup(
|
||||
"zugegriffen werden.",
|
||||
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: "
|
||||
"GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Operating System :: MacOS :: MacOS X",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules"
|
||||
|
||||
Reference in New Issue
Block a user