mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-12-28 18:08:02 +01:00
pip anpassungen
This commit is contained in:
8
setup.py
8
setup.py
@@ -19,8 +19,10 @@ setup(
|
|||||||
version="2.0.5",
|
version="2.0.5",
|
||||||
|
|
||||||
packages=["revpimodio2"],
|
packages=["revpimodio2"],
|
||||||
|
python_requires="~=3.2",
|
||||||
|
keywords="revolutionpi plc automation",
|
||||||
|
|
||||||
description="Python3 Programmierung für Kunbus RevolutionPi",
|
description="Python3 programming for RevolutionPi of Kunbus GmbH",
|
||||||
long_description=""
|
long_description=""
|
||||||
"Das Modul stellt alle Devices und IOs aus der piCtory Konfiguration \n"
|
"Das Modul stellt alle Devices und IOs aus der piCtory Konfiguration \n"
|
||||||
"in Python3 zur Verfügung. Es ermöglicht den direkten Zugriff auf die \n"
|
"in Python3 zur Verfügung. Es ermöglicht den direkten Zugriff auf die \n"
|
||||||
@@ -33,12 +35,14 @@ setup(
|
|||||||
"zugegriffen werden.",
|
"zugegriffen werden.",
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: "
|
"License :: OSI Approved :: "
|
||||||
"GNU Lesser General Public License v3 (LGPLv3)",
|
"GNU Lesser General Public License v3 (LGPLv3)",
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: MacOS :: MacOS X",
|
||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules"
|
"Topic :: Software Development :: Libraries :: Python Modules"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user