Skip to content

Commit 95e9581

Browse files
committed
Merge branch 'setupcfg-updates' into dev
2 parents 81638ca + 7631412 commit 95e9581

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

setup.cfg

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,27 @@ name = pymodbus
44
version = attr: pymodbus.__version__
55
author = attr: pymodbus.__author__
66
maintainer = attr: pymodbus.__maintainer__
7-
license = 'BSD-3-Clause'
7+
license = BSD-3-Clause
88
platforms = '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
2830
project_urls =

0 commit comments

Comments
 (0)