@@ -4,22 +4,29 @@ 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 :: 3.9 :: 3.10
1615 Environment :: Console
17- Framework :: Twisted :: Tornado :: Asyncio
18- Intended Audience :: Developers :: Modbus testers
16+ Framework :: Twisted
17+ Framework :: AsyncIO
18+ Intended Audience :: Developers
1919 License :: OSI Approved :: BSD License
20- Operating System :: OS Independent :: Linux :: Windows :: Mac OS
20+ Operating System :: POSIX :: Linux
21+ Operating System :: Unix
22+ Operating System :: MacOS :: MacOS X
23+ Operating System :: OS Independent
24+ Operating System :: Microsoft
2125 Programming Language :: Python :: 3.8
22- Topic :: System :: Networking :: Utilities :: SCADA :: Modbus
26+ Programming Language :: Python :: 3.9
27+ Programming Language :: Python :: 3.10
28+ Topic :: System :: Networking
29+ Topic :: Utilities
2330project_urls =
2431 Source Code = https://github.com/riptideio/pymodbus
2532 Bug Reports = https://github.com/riptideio/pymodbus/issues
0 commit comments