@@ -4,25 +4,27 @@ name = pymodbus
44version = attr: pymodbus.__version__
55author = attr: pymodbus.__author__
66maintainer = attr: pymodbus.__maintainer__
7- license = ' BSD-3-Clause'
7+ license = BSD-3-Clause
88platforms = ' Linux' , ' Mac OS X' , ' Win'
9- description = " A fully featured modbus protocol stack in python"
10- keywords = ' modbus, asyncio, scada, client, server, simulator'
11- long_description = file: README.rst, CHANGELOG.rst, LICENSE
12- url = ' https://github.com/riptideio/pymodbus/'
13- classifiers =
9+ description = A fully featured modbus protocol stack in python
10+ keywords = modbus, asyncio, scada, client, server, simulator
11+ long_description = file: README.rst
12+ url = https://github.com/riptideio/pymodbus/
13+ classifiers =
1414 Development Status :: 4 - Beta
15- Programming Language :: Python :: 3.8
16- Programming Language :: Python :: 3.9
17- Programming Language :: Python :: 3.10
1815 Environment :: Console
19- Framework :: Asyncio
16+ Framework :: Twisted
17+ Framework :: AsyncIO
2018 Intended Audience :: Developers
2119 License :: OSI Approved :: BSD License
22- Operating System :: OS Independent :: Linux
2320 Operating System :: POSIX :: Linux
24- Operating System :: Microsoft :: Windows
25- Operating System :: MacOS
21+ Operating System :: Unix
22+ Operating System :: MacOS :: MacOS X
23+ Operating System :: OS Independent
24+ Operating System :: Microsoft
25+ Programming Language :: Python :: 3.8
26+ Programming Language :: Python :: 3.9
27+ Programming Language :: Python :: 3.10
2628 Topic :: System :: Networking
2729 Topic :: Utilities
2830project_urls =
0 commit comments